From 54f7bc0701caf0ce4967606e20478f04e8e8cc56 Mon Sep 17 00:00:00 2001 From: Ccomp5950 Date: Sat, 8 Mar 2014 03:55:22 -0600 Subject: [PATCH] Removed my debug lines. --- code/modules/power/apc.dm | 4 ++-- code/modules/power/power.dm | 2 -- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/code/modules/power/apc.dm b/code/modules/power/apc.dm index 3dcafe653a0..d4641a244a7 100644 --- a/code/modules/power/apc.dm +++ b/code/modules/power/apc.dm @@ -1069,8 +1069,8 @@ if(terminal && terminal.powernet) perapc = terminal.powernet.perapc - if(debug) - world << "Status: [main_status] - Excess: [excess] - Last Equip: [lastused_equip] - Last Light: [lastused_light]" + //if(debug) + //world << "Status: [main_status] - Excess: [excess] - Last Equip: [lastused_equip] - Last Light: [lastused_light]" if(cell && !shorted) var/cell_charge = cell.charge diff --git a/code/modules/power/power.dm b/code/modules/power/power.dm index c010771b308..6095d91990d 100644 --- a/code/modules/power/power.dm +++ b/code/modules/power/power.dm @@ -62,8 +62,6 @@ chan = power_channel A.master.use_power(amount, chan) if(!autocalled) - if(A.master.debug) - world << "Yeah we're setting this to 2 source: [src] / [src.type]" A.master.powerupdate = 2 // Decremented by 2 each GC tick, since it's not auto power change we're going to update power twice. /obj/machinery/proc/power_change() // called whenever the power settings of the containing area change