From b80fe8b7af98c7e3021d8dc488e9a5cf7c28c4e4 Mon Sep 17 00:00:00 2001 From: Serhiy Mytrovtsiy Date: Tue, 20 Dec 2022 22:56:24 +0100 Subject: [PATCH] fix: removed print when the dashboard is opened --- Stats/Views/Dashboard.swift | 1 - 1 file changed, 1 deletion(-) 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 }