Skip to content

Commit dfff580

Browse files
committed
And another stray change
1 parent 0905b9c commit dfff580

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/common.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -2301,7 +2301,7 @@ def is_browser_test(self):
23012301
def assert_out_queue_empty(self, who):
23022302
if not self.harness_out_queue.empty():
23032303
while not self.harness_out_queue.empty():
2304-
print(self.harness_out_queue.get())
2304+
self.harness_out_queue.get()
23052305
raise Exception('excessive responses from %s' % who)
23062306

23072307
# @param extra_tries: how many more times to try this test, if it fails. browser tests have

0 commit comments

Comments
 (0)