Commit a60a1fbb authored by Georgios Dagkakis's avatar Georgios Dagkakis

do not print orders it gets slow

parent 7c768330
......@@ -262,8 +262,6 @@ def ImportInput(input, algorithmAttributes):
G.Excess[sp] = {}
for week in G.WeekList:
G.Excess[sp][week] = 0
print G.orders
if __name__ == '__main__':
ImportInput()
......
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