Skip to content

Commit

Permalink
Removed debug print command
Browse files Browse the repository at this point in the history
  • Loading branch information
Joaqim committed Apr 22, 2020
1 parent 042f1ee commit bac9612
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion trackma/engine.py
Original file line number Diff line number Diff line change
Expand Up @@ -868,7 +868,6 @@ def play_episode(self, show, playep=0, playto=0):
raise utils.EngineError('Operation not supported by current site or mediatype.')

eps = re.split('-', str(playep))
print(eps)
if len(eps) > 1:
if eps[0] != '':
playep = eps[0]
Expand Down

0 comments on commit bac9612

Please sign in to comment.