fix: remove redundant log
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
@@ -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', {
|
||||
|
||||
Reference in New Issue
Block a user