mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-30 18:05:55 +01:00 
			
		
		
		
	fixes, cleaned up noise in the developer console
This commit is contained in:
		| @@ -28,7 +28,7 @@ export default class Component { | ||||
|  | ||||
|         const end = Date.now(); | ||||
|  | ||||
|         if (end - start > 10) { | ||||
|         if (end - start > 10 && glob.PROFILING_LOG) { | ||||
|             console.log(`Event ${name} in component ${this.componentId} took ${end-start}ms`); | ||||
|         } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user