Revision: 29516
          http://sourceforge.net/p/bibdesk/svn/29516
Author:   hofman
Date:     2025-08-31 16:07:19 +0000 (Sun, 31 Aug 2025)
Log Message:
-----------
remove log

Modified Paths:
--------------
    trunk/bibdesk/BDSKBibDeskProtocol.m

Modified: trunk/bibdesk/BDSKBibDeskProtocol.m
===================================================================
--- trunk/bibdesk/BDSKBibDeskProtocol.m 2025-08-31 14:27:55 UTC (rev 29515)
+++ trunk/bibdesk/BDSKBibDeskProtocol.m 2025-08-31 16:07:19 UTC (rev 29516)
@@ -99,7 +99,7 @@
         [self loadData:welcomeHTMLData MIMEType:@"text/html" cached:YES];
     } else if ([DOWNLOADS_SPECIFIER isCaseInsensitiveEqual:resourceSpecifier]) 
{
         if ([[request HTTPMethod] isCaseInsensitiveEqual:@"POST"] && [[request 
HTTPBody] length]) {
-            NSString *action = [[NSString alloc] initWithData:[request 
HTTPBody] encoding:NSUTF8StringEncoding];NSLog(@"%@", action);
+            NSString *action = [[NSString alloc] initWithData:[request 
HTTPBody] encoding:NSUTF8StringEncoding];
             NSUInteger i = [action rangeOfString:@"&"].location;
             if (i != NSNotFound)
                 action = [action substringToIndex:i];

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



_______________________________________________
Bibdesk-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bibdesk-commit

Reply via email to