From e18c6bf76876d3e35c79d43bbcc81a49134182d2 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Fri, 29 Nov 2019 16:46:31 +1100 Subject: [PATCH] Remove duplicate comment --- onionshare/onion.py | 1 - 1 file changed, 1 deletion(-) diff --git a/onionshare/onion.py b/onionshare/onion.py index dc71fcb4..d8140290 100644 --- a/onionshare/onion.py +++ b/onionshare/onion.py @@ -681,7 +681,6 @@ class Onion(object): mode_settings.set("persistent", "hidservauth_string", auth_string) # If we were scheduling a future share, register the private key for later re-use - # Save the private key and hidservauth string if persistence is enabled if save_scheduled_key: self.scheduled_key = res.private_key else: