remove debug message

This commit is contained in:
Bob Sun 2017-02-08 17:55:29 +08:00
parent 4c53d20b77
commit 9cfaeb6d56
No known key found for this signature in database
GPG key ID: 1F86BA2052FED3B4

View file

@ -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" {