Skip to content
Snippets Groups Projects
Commit be6c34f2 authored by Nelson Tavares de Sousa's avatar Nelson Tavares de Sousa
Browse files

removed println

parent 5b9169e7
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,6 @@ abstract class AbstractRunnableStage implements Runnable {
stage.onSignal(signal, inputPorts[i]);
}
}
System.out.println("HELLO");
throw new IllegalStateException("Terminated by StageExceptionListener");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment