summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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):