Revision: 13530
          http://sourceforge.net/p/skim-app/code/13530
Author:   hofman
Date:     2023-07-21 22:05:36 +0000 (Fri, 21 Jul 2023)
Log Message:
-----------
remove log

Modified Paths:
--------------
    trunk/SKMainWindowController.m

Modified: trunk/SKMainWindowController.m
===================================================================
--- trunk/SKMainWindowController.m      2023-07-21 21:53:39 UTC (rev 13529)
+++ trunk/SKMainWindowController.m      2023-07-21 22:05:36 UTC (rev 13530)
@@ -2693,7 +2693,6 @@
     } else if (context == &SKMainWindowThumbnailSelectionObservationContext) {
         
         NSIndexSet *indexes = [overviewView selectionIndexes];
-        NSLog(@"%@",indexes);
         if ([indexes count] == 1 && mwcFlags.updatingThumbnailSelection == 0) {
             NSUInteger pageIndex = [indexes firstIndex];
             if ([[pdfView currentPage] pageIndex] != pageIndex)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to