diff --git a/trackma/engine.py b/trackma/engine.py index 5411b159..cfc1827f 100644 --- a/trackma/engine.py +++ b/trackma/engine.py @@ -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]