Remove duplicate comment

This commit is contained in:
Miguel Jacq 2019-11-29 16:46:31 +11:00
parent 35e6e88ea1
commit e18c6bf768
No known key found for this signature in database
GPG key ID: EEA4341C6D97A0B6

View file

@ -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: