Skip to content

Commit f17c247

Browse files
committed
remove debug print
1 parent 1887cad commit f17c247

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

tuned/daemon/daemon.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,8 +335,6 @@ def start(self):
335335
if self._profile is None:
336336
return False
337337

338-
log.debug(f"BUG: variables={self._application._daemon._profile._variables._lookup_re.keys()}")
339-
340338
log.info("starting tuning")
341339
self._not_used.set()
342340
self._thread = threading.Thread(target=self._thread_code)

0 commit comments

Comments
 (0)