Skip to content
This repository was archived by the owner on Mar 2, 2022. It is now read-only.

Commit d329595

Browse files
aagbsnDonnchaC
authored andcommitted
remove stray print
1 parent 2e3fd39 commit d329595

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

bwscanner/partition_scan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ def start(self):
143143
def pop():
144144
try:
145145
route = self.circuits.next()
146-
print self.serialize_route(route)
147146
self.build_circuit(route)
148147
except StopIteration:
149148
self.stop()

0 commit comments

Comments
 (0)