Skip to content

Commit

Permalink
remove debug calls
Browse files Browse the repository at this point in the history
  • Loading branch information
s0faking committed Jun 9, 2024
1 parent 03281c2 commit 5cfe2fb
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion resources/lib/Addon.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ def get_segements(episodeid):
videos = api.load_stream_data('/episode/%s/segments?limit=500' % episodeid)
if kodi_worker.use_segments and kodi_worker.show_segments:
for video in videos:
video.debug()
kodi_worker.render(video)
kodi_worker.list_callback()
else:
Expand Down
1 change: 0 additions & 1 deletion resources/lib/OrfOn.py
Original file line number Diff line number Diff line change
Expand Up @@ -488,7 +488,6 @@ def load_stream_data(self, url) -> list:
'drm_widewine_brand': self.get_widevine_brand(),
'subtitle': self.get_subtitle_url(data, 'srt')
})
video.debug()
playlist.append(video)
return playlist

Expand Down

0 comments on commit 5cfe2fb

Please sign in to comment.