mirror of
https://github.com/iptv-org/iptv.git
synced 2026-06-22 21:08:31 +08:00
Removed unnecessary output to console
This commit is contained in:
parent
c4efc5ca24
commit
db0041d3cf
@ -20,7 +20,10 @@ async function main() {
|
||||
}
|
||||
|
||||
for(let country of countries) {
|
||||
console.log(`Clear cache...`)
|
||||
|
||||
if(debug) {
|
||||
console.log(`Clear cache...`)
|
||||
}
|
||||
util.clearCache()
|
||||
|
||||
console.log(`Parsing '${country.url}'...`)
|
||||
|
||||
@ -24,7 +24,10 @@ function main() {
|
||||
}
|
||||
|
||||
for(let country of countries) {
|
||||
console.log(`Clear cache...`)
|
||||
|
||||
if(debug) {
|
||||
console.log(`Clear cache...`)
|
||||
}
|
||||
util.clearCache()
|
||||
|
||||
console.log(`Parsing '${country.url}'...`)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user