minor: Remove console lines at bottom of FakeParcelIDTests() regression test that were accidentally left in

TeleportWork
Justin Clark-Casey (justincc) 2013-08-08 01:07:30 +01:00
parent 64216b34a4
commit ce1361f2fe
1 changed files with 0 additions and 2 deletions

View File

@ -363,8 +363,6 @@ namespace OpenSim.Framework.Tests
uuid = new UUID("00dd0700-00d1-0700-3800-000032000000");
Util.FakeParcelIDToGlobalPosition(uuid, out x2, out y2);
System.Console.WriteLine("uuid: " + uuid);
System.Console.WriteLine("x2/y2: " + x2 + "," + y2);
}
}
}