Removes some unneeded debug logs (#3070)

Removes some unneeded debug logs.
This commit is contained in:
Ron
2017-07-16 14:57:52 -04:00
committed by skull132
parent 147b37c07a
commit ef582313d1
4 changed files with 3 additions and 11 deletions
+1 -1
View File
@@ -37,7 +37,7 @@
/datum/reagent/proc/remove_self(var/amount) // Shortcut
if (!holder)
PROCLOG_WEIRD("Null holder found. Name: [name], id: [id]")
//PROCLOG_WEIRD("Null holder found. Name: [name], id: [id]")
return
holder.remove_reagent(id, amount)