Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fd committed Jan 15, 2017
1 parent a1e9c87 commit 6e89248
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/itdelatrisu/opsu/ui/OptionsOverlay.java
Original file line number Diff line number Diff line change
Expand Up @@ -608,8 +608,6 @@ public void mousePressed(int button, int x, int y) {

@Override
public void mouseReleased(int button, int x, int y) {
System.out.println("Mouse Released "+x+" "+y+" "+isListOptionOpen+" "+active+" "+mousePressY);

if (!active)
return;

Expand Down

0 comments on commit 6e89248

Please sign in to comment.