Skip to content

Commit

Permalink
removed debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarhead committed Mar 4, 2023
1 parent 8efd3e5 commit 3aff6e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/jarhead/DrawPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@

public class DrawPanel extends JPanel {

boolean debug = true;
boolean debug = false;

private LinkedList<NodeManager> managers;
private ProgramProperties robot;
Expand Down

0 comments on commit 3aff6e4

Please sign in to comment.