Skip to content

Commit 5c16e46

Browse files
hodlinatorl0rinc
andcommitted
doc: Remove no longer correct comment
Left over since fa7b075. Co-authored-by: Lőrinc <[email protected]>
1 parent 947bed2 commit 5c16e46

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/functional/test_framework/test_node.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -575,8 +575,6 @@ def assert_debug_log(self, expected_msgs, unexpected_msgs=None, timeout=2):
575575
def busy_wait_for_debug_log(self, expected_msgs, timeout=60):
576576
"""
577577
Block until we see a particular debug log message fragment or until we exceed the timeout.
578-
Return:
579-
the number of log lines we encountered when matching
580578
"""
581579
time_end = time.time() + timeout * self.timeout_factor
582580
prev_size = self.debug_log_size(mode="rb") # Must use same mode that is used to read() below

0 commit comments

Comments
 (0)