Removed unnecessary output to console
This commit is contained in:
@ -20,7 +20,10 @@ async function main() {
|
||||
}
|
||||
|
||||
for(let country of countries) {
|
||||
|
||||
if(debug) {
|
||||
console.log(`Clear cache...`)
|
||||
}
|
||||
util.clearCache()
|
||||
|
||||
console.log(`Parsing '${country.url}'...`)
|
||||
|
@ -24,7 +24,10 @@ function main() {
|
||||
}
|
||||
|
||||
for(let country of countries) {
|
||||
|
||||
if(debug) {
|
||||
console.log(`Clear cache...`)
|
||||
}
|
||||
util.clearCache()
|
||||
|
||||
console.log(`Parsing '${country.url}'...`)
|
||||
|
Reference in New Issue
Block a user