diff options
| author | Dustin Mierau <dustin@mierau.me> | 2024-05-23 12:50:16 -0700 |
|---|---|---|
| committer | Dustin Mierau <dustin@mierau.me> | 2024-05-23 12:50:16 -0700 |
| commit | 23b3f338f0818a53b2499692e999a0528e5d9753 (patch) | |
| tree | 19f2d018824cdc41c0aa37dde6bde5d9054be9f2 /Hotline/Application-macOS.swift | |
| parent | 842611754debec7d1814e44e6a2cf302e84c0d66 (diff) | |
Add Bookmark exporting to Server window context menu.
Diffstat (limited to 'Hotline/Application-macOS.swift')
| -rw-r--r-- | Hotline/Application-macOS.swift | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/Hotline/Application-macOS.swift b/Hotline/Application-macOS.swift index 016cb60..9aec187 100644 --- a/Hotline/Application-macOS.swift +++ b/Hotline/Application-macOS.swift @@ -22,9 +22,6 @@ class AppDelegate: NSObject, NSApplicationDelegate { func applicationDidFinishLaunching(_ notification: Notification) { AppLaunchState.shared.launchState = .launched - let blah = NSFileTypeForHFSTypeCode("HTbm".fourCharCode()) - print("FILETYPE: \(blah)", blah!, "'HTbm'") - CKContainer.default().accountStatus { status, error in switch status { case .noAccount: |