Remove print in stopPerformance

This commit is contained in:
Waverunner
2014-03-26 20:16:33 -04:00
parent d15b0d83e9
commit c31c24d7ec
@@ -378,7 +378,7 @@ public class CreatureObject extends TangibleObject implements IPersistent {
}
public void stopPerformance() {
System.out.println("Stop Performance called!");
String type = "";
synchronized(objectMutex) {