From 900b46862233e53942905f0f6d3dee2c09712e33 Mon Sep 17 00:00:00 2001 From: Roopesh Chander Date: Tue, 30 Oct 2018 19:07:07 +0530 Subject: Style: Remove 'Based on' attributions Signed-off-by: Roopesh Chander --- WireGuard/WireGuard/UI/iOS/AppDelegate.swift | 1 - 1 file changed, 1 deletion(-) (limited to 'WireGuard/WireGuard/UI/iOS/AppDelegate.swift') diff --git a/WireGuard/WireGuard/UI/iOS/AppDelegate.swift b/WireGuard/WireGuard/UI/iOS/AppDelegate.swift index 97eb03c..57b6191 100644 --- a/WireGuard/WireGuard/UI/iOS/AppDelegate.swift +++ b/WireGuard/WireGuard/UI/iOS/AppDelegate.swift @@ -27,7 +27,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate { } func application(_ app: UIApplication, open url: URL, options: [UIApplicationOpenURLOptionsKey : Any] = [:]) -> Bool { - // Based on importing code by Jeroen Leenarts in commit 815f12c defer { do { try FileManager.default.removeItem(at: url) -- cgit v1.2.3-59-g8ed1b