Ver código fonte

debug leftover

erpalma 6 anos atrás
pai
commit
57faf388e9
1 arquivos alterados com 0 adições e 1 exclusões
  1. 0 1
      lenovo_fix.py

+ 0 - 1
lenovo_fix.py

@@ -570,7 +570,6 @@ def main():
     )
 
     if args.monitor is not None:
-        print('monit')
         monitor_thread = Thread(target=monitor, args=(exit_event, args.monitor))
         monitor_thread.daemon = True
         monitor_thread.start()