mirror of
https://github.com/viq/NewsBlur.git
synced 2025-09-18 21:43:31 +00:00
Comment out extraneous logging.
This commit is contained in:
parent
dc6742b8c0
commit
75f19a4b36
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@
|
|||
|
||||
- (nullable NSProgress *)loadDataWithTypeIdentifier:(nonnull NSString *)typeIdentifier forItemProviderCompletionHandler:(nonnull void (^)(NSData * _Nullable, NSError * _Nullable))completionHandler {
|
||||
|
||||
NSLog(@"requested: %@", typeIdentifier);
|
||||
// NSLog(@"drag type identifier requested: %@", typeIdentifier);
|
||||
|
||||
if ([typeIdentifier isEqualToString:(NSString *)kUTTypeUTF8PlainText])
|
||||
return [plainString loadDataWithTypeIdentifier:typeIdentifier forItemProviderCompletionHandler:completionHandler];
|
||||
|
|
Loading…
Add table
Reference in a new issue