]> granicus.if.org Git - transmission/commitdiff
comment out a debug log statement
authorMitchell Livingston <livings124@transmissionbt.com>
Sun, 14 Oct 2012 17:32:38 +0000 (17:32 +0000)
committerMitchell Livingston <livings124@transmissionbt.com>
Sun, 14 Oct 2012 17:32:38 +0000 (17:32 +0000)
macosx/Controller.m

index 1aa25353536376e38972faabefb96c583578a4ba..aceb2c77e331f52c7b6416f3bdf8051a89f775b1 100644 (file)
@@ -2026,7 +2026,7 @@ static void sleepCallback(void * controller, io_service_t y, natural_t messageTy
                                     description: [torrent name] notificationName: GROWL_DOWNLOAD_COMPLETE
                                     iconData: nil priority: 0 isSticky: NO clickContext: clickContext];
         
-        NSLog(@"delegate: %@", [[NSUserNotificationCenterMtLion defaultUserNotificationCenter] delegate]);
+        //NSLog(@"delegate: %@", [[NSUserNotificationCenterMtLion defaultUserNotificationCenter] delegate]);
         
         if (![fWindow isMainWindow])
             [fBadger addCompletedTorrent: torrent];