Revision: 29525
http://sourceforge.net/p/bibdesk/svn/29525
Author: hofman
Date: 2025-09-03 16:20:13 +0000 (Wed, 03 Sep 2025)
Log Message:
-----------
remove logs
Modified Paths:
--------------
trunk/bibdesk/BDSKDownloadManager.m
Modified: trunk/bibdesk/BDSKDownloadManager.m
===================================================================
--- trunk/bibdesk/BDSKDownloadManager.m 2025-09-03 16:18:21 UTC (rev 29524)
+++ trunk/bibdesk/BDSKDownloadManager.m 2025-09-03 16:20:13 UTC (rev 29525)
@@ -207,7 +207,7 @@
[self notifyUpdate];
}
-- (void)downloadDidFinish:(id)download {log_method();
+- (void)downloadDidFinish:(id)download {
BDSKWebDownload *webDownload = [self webDownloadForDownload:download];
if ([webDownload response] && [webDownload fileURL]) {
@@ -263,7 +263,7 @@
[alert runModal];
}
-- (void)download:(NSURLDownload *)download didReceiveResponse:(NSURLResponse
*)response {log_method();
+- (void)download:(NSURLDownload *)download didReceiveResponse:(NSURLResponse
*)response {
[[self webDownloadForDownload:download] setResponse:response];
}
@@ -270,7 +270,7 @@
// -download:decideDestinationWithSuggestedFilename: is not functional anymore
// it returns after the destination is already returned and downloading to
disk has already started
-- (void)download:(NSURLDownload *)download didCreateDestination:(NSString
*)path {log_method();
+- (void)download:(NSURLDownload *)download didCreateDestination:(NSString
*)path {
[[self webDownloadForDownload:download] setFileURL:[NSURL
fileURLWithPath:path isDirectory:NO]];
}
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