diff --git a/syncplay/players/iina.py b/syncplay/players/iina.py index 15b5bcb..f734c18 100644 --- a/syncplay/players/iina.py +++ b/syncplay/players/iina.py @@ -37,7 +37,6 @@ class IinaPlayer(MpvPlayer): l = [] for path in constants.IINA_PATHS: p = IinaPlayer.getExpandedPath(path) - print(p) if p: l.append(p) return l diff --git a/syncplay/players/mpv.py b/syncplay/players/mpv.py index 22b3eb7..20820c2 100755 --- a/syncplay/players/mpv.py +++ b/syncplay/players/mpv.py @@ -730,6 +730,5 @@ class MpvPlayer(BasePlayer): except Exception as e: self.__playerController._client.ui.showDebugMessage("CANNOT SEND {} DUE TO {}".format(line, e)) self.stop_client() - raise except IOError: pass