@@ -103,7 +103,6 @@ class Colony:
if None == bestSequence or bestCandidate[0] < bestSequence[0]:
bestSequence = bestCandidate
- print(self.PheromoneMatrix)
# create the final sequence
if None != bestSequence:
# create the resulting sequence