diff --git a/code/game/atom_procs.dm b/code/game/atom_procs.dm index 4e67bdb2bc5..d08f47e7a96 100644 --- a/code/game/atom_procs.dm +++ b/code/game/atom_procs.dm @@ -1,8 +1,3 @@ -/atom/Del() - var/log_file = file("[time2text(world.timeofday, "deletions/DD-MM-YYYY.txt")]") - log_file << "[type] named [name] - [x],[y],[z]" - . = ..() - /atom/proc/MouseDrop_T() return