mirror of
				https://github.com/TriliumNext/Notes.git
				synced 2025-10-31 04:51:31 +08:00 
			
		
		
		
	refactor(ckeditor5): remove unused method
This commit is contained in:
		
							parent
							
								
									e70d2a25fa
								
							
						
					
					
						commit
						2309863d64
					
				| @ -359,11 +359,6 @@ if (debugLevel >= debugLevels.indexOf("warn")) { | |||||||
|     warn = console.warn.bind(console, tag + ": "); |     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[]) {}; | let log = function (...args: unknown[]) {}; | ||||||
| if (debugLevel >= debugLevels.indexOf("log")) { | if (debugLevel >= debugLevels.indexOf("log")) { | ||||||
|     log = console.log.bind(console, tag + ": "); |     log = console.log.bind(console, tag + ": "); | ||||||
|  | |||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user
	 Elian Doran
						Elian Doran