diff --git a/Stats/Views/Dashboard.swift b/Stats/Views/Dashboard.swift index 9c831fae..e0ac9592 100644 --- a/Stats/Views/Dashboard.swift +++ b/Stats/Views/Dashboard.swift @@ -122,7 +122,6 @@ class Dashboard: NSStackView { } @objc private func windowOpens(_ notification: Notification) { - print(1) guard notification.userInfo?["module"] as? String == "Dashboard" else { return }