Skip to content

Commit

Permalink
Commented out some stdout debugging.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 4, 2001
1 parent 0862082 commit 302265d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions last/toby/gui/VarViewer.java
Expand Up @@ -81,10 +81,12 @@ public void paintComponent(Graphics g)
if (this.locals != null)
localCount = this.locals.size();

/*
System.out.println("framepointer == (" + this.framePointer + ").");
System.out.println("localCount == (" + localCount + ").");
for (int v = 0; v < localCount; v++)
System.out.println(" - " + ((Intrinsic) this.locals.elementAt(v)).getIdentifier());
*/

lineCount = d.height / fm.getHeight();

Expand Down

0 comments on commit 302265d

Please sign in to comment.