From f1e05564a2e9d5f5433320c9fdb5476b67f4f5da Mon Sep 17 00:00:00 2001 From: Benno Lang Date: Wed, 22 Jan 2025 14:50:47 +1030 Subject: [PATCH] Remove debug output --- process | 1 - 1 file changed, 1 deletion(-) diff --git a/process b/process index 3776fea..d688fcc 100755 --- a/process +++ b/process @@ -16,7 +16,6 @@ for podcast in config['podcasts']: if options.downloadEpisodes: eps = rss.getEpisodes(podcast, options.episodes, options.numEpisodes) for ep in eps: - print(ep) files.saveEpisode(podcast, ep) if not options.generate: