forked from MapComplete/MapComplete
		
	Remove obsolete log
This commit is contained in:
		
							parent
							
								
									625f179a91
								
							
						
					
					
						commit
						dff3827144
					
				
					 2 changed files with 1 additions and 2 deletions
				
			
		|  | @ -71,7 +71,6 @@ class ServerLdScrape extends Script { | |||
|                     console.log("URL", url) | ||||
|                     if (cache[url] !== undefined) { | ||||
|                         const { date, contents } = cache[url] | ||||
|                         console.log(">>>", date, contents) | ||||
|                         // In seconds
 | ||||
|                         const tdiff = (new Date().getTime() - (date?.getTime() ?? 0)) / 1000 | ||||
|                         if (tdiff < 31 * 24 * 60 * 60) { | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue