Merge pull request #6116 from nextcloud/backport/6115/stable29

[stable29] fix: remove redundant log
This commit is contained in:
Luka Trovic
2024-07-18 19:56:02 +02:00
committed by GitHub

View File

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