mirror of
https://github.com/Aurorastation/Aurora.3.git
synced 2026-07-13 08:56:49 +01:00
Removes some unneeded debug logs (#3070)
Removes some unneeded debug logs.
This commit is contained in:
@@ -43,7 +43,8 @@ var/datum/controller/subsystem/processing/shuttle/shuttle_controller
|
||||
//shuttle.dock_target_station = "cargo_bay"
|
||||
shuttles["Escape"] = shuttle
|
||||
START_PROCESSING(shuttle_controller, shuttle)
|
||||
log_debug("Escape shuttle [shuttle ? "exists." : "DOES NOT EXIST!"]")
|
||||
if(!shuttle)
|
||||
log_debug("Escape shuttle does not exist!")
|
||||
|
||||
shuttle = new/datum/shuttle/ferry/escape_pod()
|
||||
shuttle.location = 0
|
||||
|
||||
Reference in New Issue
Block a user