From c0d4c3f1da22f7542c2b4f9ae8857be5f7691b5e Mon Sep 17 00:00:00 2001 From: Matthew Chen Date: Wed, 10 Jan 2018 17:11:36 -0500 Subject: [PATCH] Fix handling of URL shares. --- SignalShareExtension/ShareViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/SignalShareExtension/ShareViewController.swift b/SignalShareExtension/ShareViewController.swift index 1f5941959..92b2e84a5 100644 --- a/SignalShareExtension/ShareViewController.swift +++ b/SignalShareExtension/ShareViewController.swift @@ -457,7 +457,6 @@ public class ShareViewController: UINavigationController, ShareViewDelegate, SAE // class to convert types for us. let utiTypes: [String] = [kUTTypeImage as String, kUTTypeData as String] - Logger.verbose("\(self.logTag) in \(#function): registeredTypeIdentifiers: \(itemProvider.registeredTypeIdentifiers)") let matchingUtiType = utiTypes.first { (utiType: String) -> Bool in itemProvider.hasItemConformingToTypeIdentifier(utiType)