mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	refactor(ckeditor5): remove unused method
This commit is contained in:
		| @@ -359,11 +359,6 @@ if (debugLevel >= debugLevels.indexOf("warn")) { | ||||
|     warn = console.warn.bind(console, tag + ": "); | ||||
| } | ||||
|  | ||||
| let info = function (...args: unknown[]) {}; | ||||
| if (debugLevel >= debugLevels.indexOf("info")) { | ||||
|     info = console.info.bind(console, tag + ": "); | ||||
| } | ||||
|  | ||||
| let log = function (...args: unknown[]) {}; | ||||
| if (debugLevel >= debugLevels.indexOf("log")) { | ||||
|     log = console.log.bind(console, tag + ": "); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user