Remove debugging.

git-svn-id: svn+ssh://src.earth.threerings.net/vilya/trunk@169 c613c5cb-e716-0410-b11b-feb51c14d237
This commit is contained in:
Ray Greenwell
2007-02-10 01:52:20 +00:00
parent 729335a4a5
commit 26c6274289
@@ -157,7 +157,6 @@ public class TableManager
// the creator will not be moved automatically, so we do it for them // the creator will not be moved automatically, so we do it for them
if (isParty) { if (isParty) {
System.err.println("Trying to move creator");
CrowdServer.plreg.locprov.moveBody(creator, oid); CrowdServer.plreg.locprov.moveBody(creator, oid);
} }
} }