Removes a runtime (#18952)

Removes a line of code that does... nothing! Causes a runtime on world starting so you need to allow it to execute the rest, and I hate being forced to click 1 extra time. Grug like fast debugger, not slow debugger.
This commit is contained in:
GDN
2022-09-02 07:50:53 -05:00
committed by GitHub
parent 5cef557dfa
commit 1ca83d6842
-1
View File
@@ -14,7 +14,6 @@ GLOBAL_REAL(GLOB, /datum/controller/global_vars)
var/datum/controller/exclude_these = new
gvars_datum_in_built_vars = exclude_these.vars + list("gvars_datum_protected_varlist", "gvars_datum_in_built_vars", "gvars_datum_init_order")
QDEL_IN(exclude_these, 0) //signal logging isn't ready
Initialize()