mirror of
https://github.com/ParadiseSS13/Paradise.git
synced 2026-07-19 19:13:30 +01:00
Remove debugging "world <<" from qdel.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user