From 9cfaeb6d5603908d4dd8387c949eeff8d72113f7 Mon Sep 17 00:00:00 2001 From: Bob Sun Date: Wed, 8 Feb 2017 17:55:29 +0800 Subject: [PATCH] remove debug message --- pass/AppDelegate.swift | 1 - 1 file changed, 1 deletion(-) diff --git a/pass/AppDelegate.swift b/pass/AppDelegate.swift index f78d574..d487f7f 100644 --- a/pass/AppDelegate.swift +++ b/pass/AppDelegate.swift @@ -23,7 +23,6 @@ class AppDelegate: UIResponder, UIApplicationDelegate { func application(_ application: UIApplication, didFinishLaunchingWithOptions launchOptions: [UIApplicationLaunchOptionsKey: Any]?) -> Bool { // Override point for customization after application launch. passcodeLockPresenter.present() - print("Present") if let shortcutItem = launchOptions?[UIApplicationLaunchOptionsKey.shortcutItem] as? UIApplicationShortcutItem { print(shortcutItem.type) if shortcutItem.type == "me.mssun.pass.search" {