Removes some unneeded debug logs (#3070)

Removes some unneeded debug logs.
This commit is contained in:
Ron
2017-07-16 14:57:52 -04:00
committed by skull132
parent 147b37c07a
commit ef582313d1
4 changed files with 3 additions and 11 deletions
@@ -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