Removed my debug lines.

This commit is contained in:
Ccomp5950
2014-03-08 17:03:46 -05:00
committed by ZomgPonies
parent e7d4f4ad4b
commit 54f7bc0701
2 changed files with 2 additions and 4 deletions
+2 -2
View File
@@ -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
-2
View File
@@ -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