Explorar el Código

debug leftover

erpalma hace 6 años
padre
commit
57faf388e9
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  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()