Skip to content

Commit

Permalink
Remove system.out
Browse files Browse the repository at this point in the history
  • Loading branch information
rbackhouse committed Feb 23, 2013
1 parent 77ccc03 commit ddea9af
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,6 @@ public boolean analysisInProcess(String key) {
return false;
}
}
System.out.println("lock = "+lock.isLocked()+" for key ["+key+"]");
return lock.isLocked();
}

Expand Down

0 comments on commit ddea9af

Please sign in to comment.