Skip to content

Commit

Permalink
fix: remove redundant log
Browse files Browse the repository at this point in the history
Signed-off-by: Luka Trovic <luka@nextcloud.com>
  • Loading branch information
luka-nextcloud authored and backportbot[bot] committed Jul 18, 2024
1 parent 4a1b890 commit 8fb0997
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 8fb0997

Please sign in to comment.