Commit 36589b54 authored by Georgios Dagkakis's avatar Georgios Dagkakis

print removed

parent 93738c1f
......@@ -1234,7 +1234,6 @@ class Machine(CoreObject):
if G.RouterList[0].expectedFinishSignals:
if self.id in G.RouterList[0].expectedFinishSignalsDict:
signal=G.RouterList[0].expectedFinishSignalsDict[self.id]
print "(((())))"*4, self.env.now, 'signaling router on release operator'
self.sendSignal(receiver=G.RouterList[0], signal=signal)
self.broker.invokeType='release'
self.broker.invoke()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment