epg-grabber 0.29.6 → 0.29.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -76,7 +76,6 @@ async function main() {
76
76
  const total = channels.length * days
77
77
  const utcDate = getUTCDate()
78
78
  const dates = Array.from({ length: days }, (_, i) => utcDate.add(i, 'd'))
79
- console.log(dates)
80
79
  for (let channel of channels) {
81
80
  if (!channel.logo && config.logo) {
82
81
  channel.logo = await grabber.loadLogo(channel)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "epg-grabber",
3
- "version": "0.29.6",
3
+ "version": "0.29.7",
4
4
  "description": "Node.js CLI tool for grabbing EPG from different sites",
5
5
  "main": "src/index.js",
6
6
  "preferGlobal": true,