remove debug message
This commit is contained in:
parent
4c53d20b77
commit
9cfaeb6d56
1 changed files with 0 additions and 1 deletions
|
|
@ -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" {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue