From c79ad8b71f4dfcd8ecdc171e5016c6c374381511 Mon Sep 17 00:00:00 2001 From: LetterJay Date: Wed, 29 Mar 2017 20:25:30 -0500 Subject: [PATCH] remove debug print --- code/controllers/subsystem/shuttles.dm | 1 - 1 file changed, 1 deletion(-) diff --git a/code/controllers/subsystem/shuttles.dm b/code/controllers/subsystem/shuttles.dm index a1db768dda..a45d982e9a 100644 --- a/code/controllers/subsystem/shuttles.dm +++ b/code/controllers/subsystem/shuttles.dm @@ -354,7 +354,6 @@ var/datum/controller/subsystem/shuttle/SSshuttle transit_requesters += M /datum/controller/subsystem/shuttle/proc/autoEnd() - world << world.time if(world.time > GameTime && EMERGENCY_IDLE_OR_RECALLED) //3 hours SSshuttle.emergency.request(null, 1.5) priority_announce("The shift has come to an end and the shuttle called.")