remove print

This commit is contained in:
callebtc
2022-10-31 22:39:27 +01:00
parent 95f198edc8
commit a06ea0ab05

View File

@@ -40,7 +40,6 @@ class TorProxy:
def run_daemon(self, verbose=False):
if not self.check_platform() or self.tor_running:
logger.debug("Exiting.")
return
self.log_status()
logger.debug("Starting Tor")