From e8a9389e6d01180cb87ac57c16c610d4572a5a96 Mon Sep 17 00:00:00 2001 From: zadam Date: Tue, 3 Jan 2023 21:44:47 +0100 Subject: [PATCH] remove console.log --- src/public/app/widgets/note_detail.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/public/app/widgets/note_detail.js b/src/public/app/widgets/note_detail.js index 274e82fa9..4907b6076 100644 --- a/src/public/app/widgets/note_detail.js +++ b/src/public/app/widgets/note_detail.js @@ -320,8 +320,6 @@ export default class NoteDetailWidget extends NoteContextAwareWidget { && attributeService.isAffecting(attr, this.note)); if (label || relation) { - console.log("OOOO"); - // probably incorrect event // calling this.refresh() is not enough since the event needs to be propagated to children as well this.triggerEvent('noteTypeMimeChanged', {noteId: this.noteId});