mirror of
https://github.com/iptv-org/iptv.git
synced 2025-05-13 02:20:03 -04:00
Removed unnecessary output to console
This commit is contained in:
parent
d4c2d8ff16
commit
5c47dcaa7f
2 changed files with 8 additions and 2 deletions
|
@ -20,7 +20,10 @@ async function main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
for(let country of countries) {
|
for(let country of countries) {
|
||||||
console.log(`Clear cache...`)
|
|
||||||
|
if(debug) {
|
||||||
|
console.log(`Clear cache...`)
|
||||||
|
}
|
||||||
util.clearCache()
|
util.clearCache()
|
||||||
|
|
||||||
console.log(`Parsing '${country.url}'...`)
|
console.log(`Parsing '${country.url}'...`)
|
||||||
|
|
|
@ -24,7 +24,10 @@ function main() {
|
||||||
}
|
}
|
||||||
|
|
||||||
for(let country of countries) {
|
for(let country of countries) {
|
||||||
console.log(`Clear cache...`)
|
|
||||||
|
if(debug) {
|
||||||
|
console.log(`Clear cache...`)
|
||||||
|
}
|
||||||
util.clearCache()
|
util.clearCache()
|
||||||
|
|
||||||
console.log(`Parsing '${country.url}'...`)
|
console.log(`Parsing '${country.url}'...`)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue