Merge pull request #6115 from nextcloud/fix/remove-redundant-log

This commit is contained in:
Julius Härtl
2024-07-18 19:29:04 +02:00
committed by GitHub

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', {