Skip to content
This repository has been archived by the owner on Dec 15, 2020. It is now read-only.

Commit

Permalink
don't delete all registrations on startup
Browse files Browse the repository at this point in the history
  • Loading branch information
btoews committed May 10, 2017
1 parent a4fb9fb commit fe76a9c
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions SoftU2FTool/AppDelegate.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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")
}
Expand Down

0 comments on commit fe76a9c

Please sign in to comment.