Commit 3ec8908d authored by Georgios Dagkakis's avatar Georgios Dagkakis

print removed

parent ecf860f0
......@@ -37,7 +37,6 @@ def main(input, algorithmAttributes):
startTime = time.time()
ImportInput(input, algorithmAttributes)
if str(G.ACO).lower() == "all":
print "IN"
G.acoRange = [0,1]
G.minRange = {0:[0,1],1:[0,1]}
elif str(G.ACO) == "1":
......
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