Remove dead code

This commit is contained in:
Max Goedjen
2020-03-03 23:16:19 -08:00
parent 5965859d4a
commit 9f5950269f

View File

@@ -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),