Skip to content

Commit

Permalink
remove print
Browse files Browse the repository at this point in the history
  • Loading branch information
callebtc committed Oct 31, 2022
1 parent 95f198e commit a06ea0a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion cashu/tor/tor.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ def log_status(self):

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")
Expand Down

0 comments on commit a06ea0a

Please sign in to comment.