forked from nyancrimew/maia.crimew.gay
		
	remove debug logging
This commit is contained in:
		
							parent
							
								
									3ef92f11bb
								
							
						
					
					
						commit
						9a67b6e18b
					
				
					 1 changed files with 0 additions and 2 deletions
				
			
		|  | @ -18,9 +18,7 @@ module.exports = function (eleventyConfig) { | ||||||
|   eleventyConfig.addPassthroughCopy({ "src/static": "/" }); |   eleventyConfig.addPassthroughCopy({ "src/static": "/" }); | ||||||
| 
 | 
 | ||||||
|   eleventyConfig.addFilter("date_to_datetime", (obj) => { |   eleventyConfig.addFilter("date_to_datetime", (obj) => { | ||||||
|     console.log(obj); |  | ||||||
|     const date = parseDate(obj); |     const date = parseDate(obj); | ||||||
|     console.log(date); |  | ||||||
|     return date.toISOString(); |     return date.toISOString(); | ||||||
|   }); |   }); | ||||||
| 
 | 
 | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue