From 927ae2eab134f3733e2c023028821e92ced0fa6a Mon Sep 17 00:00:00 2001 From: gaxeer Date: Mon, 13 Jan 2025 19:09:29 +0200 Subject: [PATCH] remove bad stack trace --- modular_bandastation/cryosleep/code/cryopod/cryopod.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/modular_bandastation/cryosleep/code/cryopod/cryopod.dm b/modular_bandastation/cryosleep/code/cryopod/cryopod.dm index 2a26b8e08b7e5..1e85423bc7c21 100644 --- a/modular_bandastation/cryosleep/code/cryopod/cryopod.dm +++ b/modular_bandastation/cryosleep/code/cryopod/cryopod.dm @@ -38,7 +38,6 @@ GLOBAL_LIST_EMPTY(objectives) find_control_computer() /obj/machinery/cryopod/Destroy() - stack_trace("Somehow cryopod was destroyed. Should not happend without admin intervention.") control_computer_weakref = null return ..()