Commit fc946a94 authored by Georgios Dagkakis's avatar Georgios Dagkakis Committed by Ioannis Papagiannopoulos

print removed

parent c9e0f839
...@@ -32,7 +32,6 @@ class ReadShiftFromSpreadsheet(plugin.InputPreparationPlugin): ...@@ -32,7 +32,6 @@ class ReadShiftFromSpreadsheet(plugin.InputPreparationPlugin):
(start_time, stop_time) ) (start_time, stop_time) )
for line in data['input']['operator_shift_spreadsheet'][1:]: for line in data['input']['operator_shift_spreadsheet'][1:]:
print line
if line[1]: if line[1]:
# Get the dates, and convert them to simulation clock time units. # Get the dates, and convert them to simulation clock time units.
# In this class, time unit is a minute (XXX it can be an option) # In this class, time unit is a minute (XXX it can be an option)
......
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