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