Commit a7556349 authored by Georgios Dagkakis's avatar Georgios Dagkakis

print removed

parent 95dc2585
......@@ -39,7 +39,6 @@ class JSOperatorTabSchedule(plugin.OutputPreparationPlugin, TimeSupportMixin):
for element in resultElements:
if element.get("_class",None) == 'Dream.Operator':
operatorId=element.get('id',None)
print operatorId
results = element.get("results", {})
schedule = results.get("schedule", [])
for step in schedule:
......
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