part of previous commit

forgot to remove a debug print
This commit is contained in:
Waverunner
2014-07-15 10:20:08 -04:00
parent a4f8c8b98a
commit ba5ae88215
-1
View File
@@ -655,7 +655,6 @@ public class ObjectService implements INetworkDispatch {
long objectId = resultSet.getLong("id");
SWGObject object = getObject(objectId);
System.out.println("Got object id of " + objectId);
if (object == null)
object = getCreatureFromDB(objectId);