Skip to content

Commit

Permalink
Remove some Pareto Updater leftovers (#148)
Browse files Browse the repository at this point in the history
  • Loading branch information
zupo authored Jan 13, 2025
1 parent 104c0c8 commit 9e0e44c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Pareto/AppHandlers.swift
Original file line number Diff line number Diff line change
Expand Up @@ -296,10 +296,6 @@ class AppHandlers: NSObject, NetworkHandlerObserver {
NSWorkspace.shared.open(AppInfo.teamsURL())
}

@objc func promoteUpdater() {
NSWorkspace.shared.open(URL(string: "https://paretosecurity.com/updater?utm_source=auditor-app")!)
}

@objc func showWelcome() {
DispatchQueue.main.async { [self] in
if welcomeWindow == nil {
Expand Down

0 comments on commit 9e0e44c

Please sign in to comment.