diff --git a/Clocker/Clocker/en.lproj/Panel.xib b/Clocker/Clocker/en.lproj/Panel.xib
index bf8af76..2f41011 100755
--- a/Clocker/Clocker/en.lproj/Panel.xib
+++ b/Clocker/Clocker/en.lproj/Panel.xib
@@ -40,15 +40,15 @@
-
-
+
+
-
+
-
+
@@ -258,7 +258,7 @@
-
+
@@ -332,7 +332,7 @@
-
+
@@ -409,7 +409,7 @@
-
+
@@ -446,8 +446,8 @@
-
-
+
+
diff --git a/Clocker/Panel/ParentPanelController.swift b/Clocker/Panel/ParentPanelController.swift
index 6a292c7..625f5f7 100644
--- a/Clocker/Panel/ParentPanelController.swift
+++ b/Clocker/Panel/ParentPanelController.swift
@@ -1031,10 +1031,6 @@ extension ParentPanelController: NSCollectionViewDataSource, NSCollectionViewDel
return item
}
- func collectionView(_: NSCollectionView, willDisplay _: NSCollectionViewItem, forRepresentedObjectAt indexPath: IndexPath) {
- Swift.print("Will Display Item at \(indexPath.item)")
- }
-
func collectionView(_: NSCollectionView, didSelectItemsAt indexPaths: Set) {
Swift.print("Did Select Item at \(indexPaths.description)")
}