From bca5df500e9b3dc924db08bfe54e29ded928d03c Mon Sep 17 00:00:00 2001 From: savethetreez Date: Sat, 27 Jan 2024 19:30:35 +0100 Subject: [PATCH] Removes a debug line --- code/modules/1713/barriers/sandbag.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/modules/1713/barriers/sandbag.dm b/code/modules/1713/barriers/sandbag.dm index 3e72b81d2c..a420aafda0 100644 --- a/code/modules/1713/barriers/sandbag.dm +++ b/code/modules/1713/barriers/sandbag.dm @@ -131,7 +131,6 @@ if (ishuman(user)) var/mob/living/human/H = user decon_time /= 1.5*H.getStatCoeff("crafting") - world << "Debug: [decon_time]" if (do_after(user, decon_time, src)) visible_message(SPAN_DANGER("[user] finishes dismantling the [src] using the [O.name]."), SPAN_DANGER("You finish dismantling the [src] using the [O.name].")) var/turf = get_turf(src)