fix: remove redundant log
Signed-off-by: Luka Trovic <luka@nextcloud.com>
This commit is contained in:
committed by
backportbot[bot]
parent
4a1b89084b
commit
8fb0997153
@@ -35,8 +35,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