Browse Source

remove useless prints

Sven Czarnian 3 năm trước cách đây
mục cha
commit
6151fc255a
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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