Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
GraxCode committed Apr 13, 2018
1 parent 3cac4dc commit da5211f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/main/java/me/grax/jbytemod/ui/ControlFlowPanel.java
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,6 @@ public void mousePressed(MouseEvent e) {
mxCell cell = (mxCell) graphComponent.getCellAt(e.getX(), e.getY());
if (cell != null) {
BlockVertex bv = (BlockVertex) cell.getValue();
System.out.println(cell.getId());
JPopupMenu menu = new JPopupMenu();
JMenuItem edit = new JMenuItem(JByteMod.res.getResource("edit"));
edit.addActionListener(new ActionListener() {
Expand Down

0 comments on commit da5211f

Please sign in to comment.