From 9f5950269fc19d19b78b5d8d80709d8c6b4a761b Mon Sep 17 00:00:00 2001 From: Max Goedjen Date: Tue, 3 Mar 2020 23:16:19 -0800 Subject: [PATCH] Remove dead code --- Secretive/AppDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Secretive/AppDelegate.swift b/Secretive/AppDelegate.swift index c6092ab..ee03f86 100644 --- a/Secretive/AppDelegate.swift +++ b/Secretive/AppDelegate.swift @@ -13,7 +13,6 @@ class AppDelegate: NSObject, NSApplicationDelegate { func applicationDidFinishLaunching(_ aNotification: Notification) { let contentView = ContentView(store: secureEnclave) -// try! secureEnclave.create(name: "SecretiveTest") // Create the window and set the content view. window = NSWindow( contentRect: NSRect(x: 0, y: 0, width: 480, height: 300),