Comment out extraneous logging.

This commit is contained in:
Nicholas Riley 2018-01-06 20:37:15 -05:00
parent dc6742b8c0
commit 75f19a4b36

View file

@ -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];