Remove dead code

This commit is contained in:
Max Goedjen 2020-03-03 23:16:19 -08:00
parent 5965859d4a
commit 9f5950269f
No known key found for this signature in database
GPG Key ID: E58C21DD77B9B8E8
1 changed files with 0 additions and 1 deletions

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