mirror of
https://github.com/zadam/trilium.git
synced 2024-11-10 17:13:45 +08:00
remove console.log
This commit is contained in:
parent
6dce13bc34
commit
e8a9389e6d
1 changed files with 0 additions and 2 deletions
|
@ -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});
|
||||
|
|
Loading…
Reference in a new issue