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});