mirror of
https://github.com/ThatGuySam/doesitarm.git
synced 2026-05-15 06:35:20 -07:00
Disable logger
This commit is contained in:
parent
921815ba6b
commit
3f7a60543b
1 changed files with 1 additions and 2 deletions
|
|
@ -44,8 +44,7 @@ import {
|
|||
// Fetch Sitemap Index
|
||||
const sitemapXML = await axios.get( apiSitemapUrl.href ).then( response => response.data )
|
||||
|
||||
console.log( 'apiSitemapUrl', apiSitemapUrl )
|
||||
|
||||
// console.log( 'apiSitemapUrl', apiSitemapUrl )
|
||||
|
||||
const sitemapFileName = apiSitemapUrl.pathname.split('/')[1]
|
||||
const sitemapIndexFilePath = `${ sitemapLocation }${ sitemapFileName }`
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue