Commit 5476bd27 authored by Georgios Dagkakis's avatar Georgios Dagkakis

remove test print

parent 4773c9ef
......@@ -60,8 +60,6 @@ class BatchesOperatorGantt(plugin.OutputPreparationPlugin, TimeSupportMixin):
for record in schedule:
for nextRecord in schedule[k+1:]:
if nextRecord['stationId']==record['stationId'] and not record is schedule[-1]:
if operatorId=='PB_1':
print 'removing',nextRecord, 'cause of', record
schedule.remove(nextRecord)
else:
continue
......
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