diff --git a/fHDHR/origin/origin_epg.py b/fHDHR/origin/origin_epg.py index 5ddc6b6..ffde052 100644 --- a/fHDHR/origin/origin_epg.py +++ b/fHDHR/origin/origin_epg.py @@ -165,7 +165,6 @@ class OriginEPG(): "time_end": self.xmltimestamp_toonami(endtime, offset), "duration": str(int(self.toonami_calculate_duration(starttime, endtime))) } - print(timedict) return timedict def get_cached(self, jsonid, cache_key, url):