Skip to content

Commit

Permalink
Remove debug println
Browse files Browse the repository at this point in the history
  • Loading branch information
sarxos committed Jul 23, 2013
1 parent f9c5012 commit 884bee4
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -238,11 +238,9 @@ public void run() {
// discovered

Object monitor = new Object();
int i = 0;
do {

synchronized (monitor) {
System.out.println("in monitor wait " + i++);
try {
monitor.wait(support.getScanInterval());
} catch (InterruptedException e) {
Expand Down

0 comments on commit 884bee4

Please sign in to comment.