Skip to content
This repository has been archived by the owner on Jan 1, 2021. It is now read-only.

Commit

Permalink
We don't need this any more
Browse files Browse the repository at this point in the history
  • Loading branch information
systemed committed Mar 19, 2012
1 parent 066c642 commit 74d8e8f
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions net/systemeD/halcyon/Map.as
Original file line number Diff line number Diff line change
Expand Up @@ -449,21 +449,5 @@ package net.systemeD.halcyon {
}
}

// ------------------------------------------------------------------------------------------
// Debugging

public function clearDebug():void {
if (!Globals.vars.hasOwnProperty('debug')) return;
Globals.vars.debug.text='';
}

public function addDebug(text:String):void {
trace(text);
if (!Globals.vars.hasOwnProperty('debug')) return;
if (!Globals.vars.debug.visible) return;
Globals.vars.debug.appendText(text+"\n");
Globals.vars.debug.scrollV=Globals.vars.debug.maxScrollV;
}

}
}

0 comments on commit 74d8e8f

Please sign in to comment.