summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormregrock <[email protected]>2025-05-14 20:26:12 +0300
committerGitHub <[email protected]>2025-05-14 17:26:12 +0000
commit2d85c3dcb00beb6db96751660e2e465af8692994 (patch)
tree105e8e66f53e3832a8506c70037056ff3e8f0115
parent72ce6181868961956cad8938a383850338b4808b (diff)
Update daemon.py (#18315)
-rw-r--r--ydb/tests/library/harness/daemon.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ydb/tests/library/harness/daemon.py b/ydb/tests/library/harness/daemon.py
index 92e48940814..6116fa63ddc 100644
--- a/ydb/tests/library/harness/daemon.py
+++ b/ydb/tests/library/harness/daemon.py
@@ -82,7 +82,6 @@ class Daemon(object):
def update_command(self, new_command):
new_command_tuple = tuple(new_command)
if self.__command != new_command_tuple:
- self.logger.info(f"Updating daemon command to {new_command_tuple}")
self.__command = new_command_tuple
def __open_output_files(self):