Skip to content

Commit 06f167a

Browse files
committed
remove added print
1 parent 996a5e1 commit 06f167a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/graph_test.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,6 @@ def directory_exists(self):
5454
self.sut.expect("successfully", timeout=50)
5555
except Exception as e:
5656
print(f"\nReceived prompt text:\n {self.sut.before.decode('utf-8')}\n")
57-
print(os.listdir(self.tmpdir))
5857
raise e
5958

6059
def run_created_network(self):

0 commit comments

Comments
 (0)