Skip to content
This repository was archived by the owner on Jun 26, 2023. It is now read-only.

Commit 261d413

Browse files
committed
Update AppleScriptHelper.swift
1 parent 053c987 commit 261d413

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dynamic/Components/Appearance/AppleScriptHelper.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ extension AppleScript {
4242
let frontmostApplication = NSWorkspace.shared.frontmostApplication
4343
AppleScript.checkPermission {
4444
var errorInfo: NSDictionary? = nil
45-
print(frontmostApplication?.localizedName ?? "Some App")
4645
NSAppleScript(source: self.source)!
4746
.executeAndReturnError(&errorInfo)
4847
frontmostApplication?.activate(options: [.activateIgnoringOtherApps])

0 commit comments

Comments
 (0)