mirror of
https://github.com/morgan9e/macos-stats
synced 2026-04-14 00:04:15 +09:00
fix: removed print when the dashboard is opened
This commit is contained in:
@@ -122,7 +122,6 @@ class Dashboard: NSStackView {
|
||||
}
|
||||
|
||||
@objc private func windowOpens(_ notification: Notification) {
|
||||
print(1)
|
||||
guard notification.userInfo?["module"] as? String == "Dashboard" else {
|
||||
return
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user