mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	remove debugging console.log
This commit is contained in:
		| @@ -20,7 +20,7 @@ export default class RunScriptButtonsWidget extends TabAwareWidget { | ||||
|     } | ||||
|  | ||||
|     refreshWithNote(note) { | ||||
|         this.$renderButton.toggle(note.type === 'render');console.log("note.mime", note.mime); | ||||
|         this.$renderButton.toggle(note.type === 'render'); | ||||
|         this.$executeScriptButton.toggle(note.mime.startsWith('application/javascript')); | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user