Skip to content

Commit a531df0

Browse files
committed
remove debug print
1 parent 4f25b57 commit a531df0

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
@@ -333,8 +333,6 @@ def start(self):
333333
if self._profile is None:
334334
return False
335335

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

0 commit comments

Comments
 (0)