Removed commented code

This commit is contained in:
freearhey
2019-09-29 18:16:13 +03:00
parent 748b119ee8
commit 29384b7931

View File

@@ -22,8 +22,6 @@ async function main() {
if(debug) { if(debug) {
console.log('Debug mode is turn on') console.log('Debug mode is turn on')
// countries = countries.slice(0, 1)
// countries = [{ url: 'channels/ru.m3u' }, { url: 'channels/ua.m3u' }]
} }
const unsortedPlaylist = util.parsePlaylist('channels/unsorted.m3u') const unsortedPlaylist = util.parsePlaylist('channels/unsorted.m3u')