fix: removed print when the dashboard is opened

This commit is contained in:
Serhiy Mytrovtsiy
2022-12-20 22:56:24 +01:00
parent a8a33098c3
commit b80fe8b7af

View File

@@ -122,7 +122,6 @@ class Dashboard: NSStackView {
}
@objc private func windowOpens(_ notification: Notification) {
print(1)
guard notification.userInfo?["module"] as? String == "Dashboard" else {
return
}