Skip to content

Commit

Permalink
Remove debug print statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
lincolnthree committed Sep 12, 2014
1 parent 0c46177 commit 6b09e2d
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,6 @@ public void run() {
@Override
public void run() {
if (isCurrentPage()) {
System.out.println("validating");
validationThread = null;
setPageComplete(validatePage());
getContainer().updateButtons();
Expand All @@ -186,12 +185,8 @@ public void run() {
});

validationThread.start();
System.out.println("Validation queued.");

event.doit = true;
} else {
System.out
.println("Validation previously queued, won't requeue.");
}
}
}
Expand Down

0 comments on commit 6b09e2d

Please sign in to comment.