Skip to content

Commit

Permalink
[Truffle] Remove debugging output.
Browse files Browse the repository at this point in the history
  • Loading branch information
eregon committed Nov 17, 2016
1 parent 7142171 commit d493e0d
Showing 1 changed file with 0 additions and 1 deletion.
Expand Up @@ -92,7 +92,6 @@ private void assumptionInvalidated(Node currentNode, boolean fromBlockingCall) {

if (!interruptible) {
Thread.currentThread().interrupt(); // keep the interrupt flag
System.err.println("re-interrupting " + thread);
return; // interrupt me later
}

Expand Down

0 comments on commit d493e0d

Please sign in to comment.