mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 10:26:08 +01:00 
			
		
		
		
	removed forgotten console.logs
This commit is contained in:
		| @@ -977,14 +977,12 @@ export default class NoteTreeWidget extends TabAwareWidget { | ||||
|                         toastService.showMessage("Auto collapsing notes after inactivity..."); | ||||
|                         noneCollapsedYet = false; | ||||
|                     } | ||||
|  | ||||
|                     console.log("Auto collapsed", node.data.noteId); | ||||
|                 } | ||||
|             }, false); | ||||
|         }, 600 * 1000); | ||||
|     } | ||||
|  | ||||
|     async entitiesReloadedEvent({loadResults}) {console.log(loadResults); | ||||
|     async entitiesReloadedEvent({loadResults}) { | ||||
|         this.activityDetected(); | ||||
|  | ||||
|         if (loadResults.isEmptyForTree()) { | ||||
|   | ||||
		Reference in New Issue
	
	Block a user