From c0c71ad7659b8c354fe51bcdb4f2e63124b442ee Mon Sep 17 00:00:00 2001 From: Michael Kirk Date: Wed, 6 Dec 2017 20:04:15 -0500 Subject: [PATCH] cleanup --- SignalShareExtension/ShareViewController.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/SignalShareExtension/ShareViewController.swift b/SignalShareExtension/ShareViewController.swift index b7c2f2ae0..c0ec74851 100644 --- a/SignalShareExtension/ShareViewController.swift +++ b/SignalShareExtension/ShareViewController.swift @@ -418,7 +418,6 @@ public class ShareViewController: UINavigationController, SAELoadViewDelegate, S // TODO whitelist attachment types // TODO coerce when necessary and possible return promise.then { (url: URL) -> SignalAttachment in - // TODO use lazy DataProvider? guard let dataSource = DataSourcePath.dataSource(with: url) else { throw ShareViewControllerError.assertionError(description: "Unable to read attachment data") }