fix: remove redundant log

Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
Luka Trovic
2024-07-18 16:12:39 +02:00
parent c7e9ac7bce
commit 21248b4d1e

View File

@@ -18,8 +18,6 @@ Vue.prototype.OC = OC
window.addEventListener('DOMContentLoaded', () => {
if (OCA.Sharing && OCA.Sharing.ShareSearch) {
OCA.Sharing.ShareSearch.addNewResult(FileSharingPicker)
} else {
console.error('OCA.Sharing.ShareSearch not ready')
}
window.OCP.Collaboration.registerType('deck', {