Commit e548a51c authored by Georgios Dagkakis's avatar Georgios Dagkakis

print removed

parent 23f3faa2
......@@ -386,7 +386,6 @@ def createWIP():
# for every order in the productionOrders list
for prodOrder in orders:
orderClass=prodOrder.get('_class',None)
print '....', prodOrder['id'], prodOrder['name'], orderClass
orderType=Globals.getClassFromName(orderClass)
# make sure that their type is Dream.Order
if orderClass=='Dream.Order':
......
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