forked from MapComplete/MapComplete
		
	Remove obsolete trace
This commit is contained in:
		
							parent
							
								
									f37db71f0b
								
							
						
					
					
						commit
						637772a158
					
				
					 1 changed files with 0 additions and 1 deletions
				
			
		|  | @ -56,7 +56,6 @@ export class Stores { | |||
|     public static ListStabilized<T>(src: Store<T[]>): Store<T[]> { | ||||
|         const stable = new UIEventSource<T[]>(undefined) | ||||
|         src.addCallbackAndRun(list => { | ||||
|             console.trace("Running list stabilization", list) | ||||
|             if (list === undefined) { | ||||
|                 stable.setData(undefined) | ||||
|                 return; | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue