diff --git a/SoftU2FTool/AppDelegate.swift b/SoftU2FTool/AppDelegate.swift index 13bb28a..0a5e760 100644 --- a/SoftU2FTool/AppDelegate.swift +++ b/SoftU2FTool/AppDelegate.swift @@ -11,13 +11,6 @@ import Cocoa @NSApplicationMain class AppDelegate: NSObject, NSApplicationDelegate { func applicationDidFinishLaunching(_ aNotification: Notification) { - // TODO: Remove this. - if U2FRegistration.deleteAll() { - print("Deleted all registrations") - } else { - print("Error deleting registrations") - } - if !U2FAuthenticator.start() { print("Error starting authenticator") }