1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-19 09:43:23 +00:00

Reapply removal of dead code

This commit is contained in:
Chad Scharf
2020-05-14 17:34:43 -04:00
parent a7cf0b7dde
commit 95846277bb
2 changed files with 0 additions and 17 deletions

View File

@@ -205,13 +205,6 @@ class SafariExtensionViewController: SFSafariExtensionViewController, WKScriptMe
}
}
}
} else if command == "getAppPath" {
SFSafariExtension.getBaseURI(completionHandler: { uri in
if uri != nil {
m!.responseData = uri!.absoluteString
self.replyMessage(message: m!)
}
})
}
}