Remove debug print
This commit is contained in:
		
							parent
							
								
									f2f913f56f
								
							
						
					
					
						commit
						e21fc20335
					
				
					 1 changed files with 0 additions and 4 deletions
				
			
		|  | @ -14,10 +14,6 @@ export const taskStatuses = readable(lastVal, write => { | |||
|     writeFn = v => { lastVal = v; write(v); } | ||||
| }) | ||||
| 
 | ||||
| console.log(isLoggedIn()) | ||||
| 
 | ||||
| 
 | ||||
| 
 | ||||
| export function refresh(ids: string[]) { | ||||
|     if (!isLoggedIn()) return; | ||||
| 
 | ||||
|  |  | |||
		Reference in a new issue