Skip to content

Commit

Permalink
Merge pull request #6116 from nextcloud/backport/6115/stable29
Browse files Browse the repository at this point in the history
[stable29] fix: remove redundant log
  • Loading branch information
luka-nextcloud authored Jul 18, 2024
2 parents 4a1b890 + 8fb0997 commit c38f21d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/init-collections.js
Original file line number Diff line number Diff line change
Expand Up @@ -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', {
Expand Down

0 comments on commit c38f21d

Please sign in to comment.