mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 02:16:05 +01:00 
			
		
		
		
	remove console.log
This commit is contained in:
		| @@ -320,8 +320,6 @@ export default class NoteDetailWidget extends NoteContextAwareWidget { | |||||||
|                 && attributeService.isAffecting(attr, this.note)); |                 && attributeService.isAffecting(attr, this.note)); | ||||||
|  |  | ||||||
|             if (label || relation) { |             if (label || relation) { | ||||||
|                 console.log("OOOO"); |  | ||||||
|  |  | ||||||
|                 // probably incorrect event |                 // probably incorrect event | ||||||
|                 // calling this.refresh() is not enough since the event needs to be propagated to children as well |                 // calling this.refresh() is not enough since the event needs to be propagated to children as well | ||||||
|                 this.triggerEvent('noteTypeMimeChanged', {noteId: this.noteId}); |                 this.triggerEvent('noteTypeMimeChanged', {noteId: this.noteId}); | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user