Explorar el Código

remove useless prints

Sven Czarnian hace 3 años
padre
commit
6151fc255a
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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