Revert "Update _logging.dm"

This reverts commit 264431d3c8.
This commit is contained in:
kevinz000
2020-01-24 04:22:08 -07:00
parent 5832b4d9b0
commit 2b93d5c3dd
-6
View File
@@ -165,12 +165,6 @@
/proc/log_mapping(text)
WRITE_LOG(GLOB.world_map_error_log, text)
/proc/log_reagent(text)
WRITE_LOG(GLOB.reagent_log, text)
/proc/log_reagent_transfer(text)
log_reagent("TRANSFER: [text]")
/* For logging round startup. */
/proc/start_log(log)
WRITE_LOG(log, "Starting up round ID [GLOB.round_id].\n-------------------------")