Removed a debug message.
This commit is contained in:
parent
15efa2f45a
commit
eaa43257bc
BIN
sigIRCv2.jar
BIN
sigIRCv2.jar
Binary file not shown.
@ -78,7 +78,7 @@ public class MyPanel extends JPanel implements MouseListener, ActionListener, Mo
|
||||
sigIRC.textobj.get(i).setVisible(true);
|
||||
sigIRC.textobj.get(i).draw(g);
|
||||
} else {
|
||||
System.out.println("Setting to False.");
|
||||
//System.out.println("Setting to False.");
|
||||
sigIRC.textobj.get(i).setVisible(false);
|
||||
}
|
||||
} else {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user