mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-22 05:17:38 +01:00
Removes some unneeded debug logs (#3070)
Removes some unneeded debug logs.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user