Przeglądaj źródła

remove useless prints

Sven Czarnian 3 lat temu
rodzic
commit
6151fc255a
1 zmienionych plików z 0 dodań i 1 usunięć
  1. 0 1
      aman/sys/aco/Colony.py

+ 0 - 1
aman/sys/aco/Colony.py

@@ -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