From a6c73df38c68bae08f8c35ccff969a45e967f7d0 Mon Sep 17 00:00:00 2001 From: Abhishek Date: Mon, 30 Sep 2019 17:23:45 -0700 Subject: [PATCH] Removing print statement. --- Clocker/Preferences/OneWindowController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/Clocker/Preferences/OneWindowController.swift b/Clocker/Preferences/OneWindowController.swift index 2a30278..aacfd58 100644 --- a/Clocker/Preferences/OneWindowController.swift +++ b/Clocker/Preferences/OneWindowController.swift @@ -102,7 +102,6 @@ class OneWindowController: NSWindowController { tabViewController.tabViewItems.forEach { tabViewItem in let identity = (tabViewItem.identifier as? String) ?? "" - print(identity) if identifierTOImageMapping[identity] != nil { tabViewItem.image = identifierTOImageMapping[identity] }