Skip to content
Snippets Groups Projects
Commit 79402eb2 authored by Christian Wulf's avatar Christian Wulf
Browse files

removed logging call

parent c7e4835c
No related branches found
No related tags found
No related merge requests found
......@@ -67,7 +67,6 @@ public abstract class AbstractStage extends Stage {
if (!this.signalAlreadyReceived(signal, inputPort)) {
signal.trigger(this);
logger.debug("outputPortList: " + outputPortList);
for (OutputPort<?> outputPort : outputPortList) {
outputPort.sendSignal(signal);
}
......
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