From 5c16e4631c009056d571d83fe17062c107f71798 Mon Sep 17 00:00:00 2001 From: Hodlinator <172445034+hodlinator@users.noreply.github.com> Date: Fri, 26 Sep 2025 22:26:12 +0200 Subject: [PATCH] doc: Remove no longer correct comment MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Left over since fa7b07571f24b6def6effdd4cc1b96c7507bf959. Co-authored-by: Lőrinc --- test/functional/test_framework/test_node.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/test/functional/test_framework/test_node.py b/test/functional/test_framework/test_node.py index 1ec2fe8a657..0540ca34694 100755 --- a/test/functional/test_framework/test_node.py +++ b/test/functional/test_framework/test_node.py @@ -575,8 +575,6 @@ class TestNode(): def busy_wait_for_debug_log(self, expected_msgs, timeout=60): """ Block until we see a particular debug log message fragment or until we exceed the timeout. - Return: - the number of log lines we encountered when matching """ time_end = time.time() + timeout * self.timeout_factor prev_size = self.debug_log_size(mode="rb") # Must use same mode that is used to read() below