mirror of
https://github.com/ProjectSWGCore/NGECore2.git
synced 2026-09-21 06:13:13 -04:00
part of previous commit
forgot to remove a debug print
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user