Remove debugging "world <<" from qdel.

This commit is contained in:
Tigercat2000
2015-06-21 17:06:33 -07:00
parent d20298e996
commit 0918ded8be
+1 -1
View File
@@ -125,7 +125,7 @@ var/datum/garbage_collector/garbageCollector
if (QDEL_HINT_PUTINPOOL) //qdel will put this object in the pool.
PlaceInPool(D,0)
else
world << "WARNING GC DID NOT GET A RETURN VALUE FOR [D], [D.type]!"
// world << "WARNING GC DID NOT GET A RETURN VALUE FOR [D], [D.type]!"
garbageCollector.addTrash(D)
/datum/controller