Commit 65cbd50f authored by Georgios Dagkakis's avatar Georgios Dagkakis

unused print removed

parent 9da77fec
...@@ -38,7 +38,7 @@ class BatchesShift(ReadShiftFromSpreadsheet): ...@@ -38,7 +38,7 @@ class BatchesShift(ReadShiftFromSpreadsheet):
if node['_class']=='Dream.Operator': if node['_class']=='Dream.Operator':
allString+=node_id allString+=node_id
allString+=',' allString+=','
print allString
# if in machine shift there is a # if in machine shift there is a
for element in operatorshiftData: for element in operatorshiftData:
if element[1] in ['ALL','All','all']: if element[1] in ['ALL','All','all']:
......
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