Skip to content

Commit

Permalink
fixed accidentially introduced debug output
Browse files Browse the repository at this point in the history
  • Loading branch information
S1artie committed Nov 22, 2016
1 parent fa52caf commit 59325e2
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -362,10 +362,6 @@ public boolean connect(long aTimeout, ClassLoader aClassLoader) throws IOExcepti
* Triggers execution of the next segment on the fork. Will block until the fork has finished executing the segment.
*/
public ForkResultSummary executeNextSegment(boolean aWaitForForkDisconnect) {
if (aWaitForForkDisconnect) {
System.out.println("WAITING");
}

if (client != null) {
transmitVariableUpdates();

Expand Down

0 comments on commit 59325e2

Please sign in to comment.