diff options
author | Antoine Malliarakis <[email protected]> | 2022-01-03 00:16:25 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-01-02 18:16:25 -0500 |
commit | c83d661fb118c5f972b57bec4674a3fd4b4581fb (patch) | |
tree | ccd93cede25df497b6d5ef347175ca6515235164 /libs | |
parent | 2a832bbadf1797b39e7ed06ced45ba648036ba99 (diff) | |
download | bazarr-c83d661fb118c5f972b57bec4674a3fd4b4581fb.tar.gz bazarr-c83d661fb118c5f972b57bec4674a3fd4b4581fb.zip |
no log: Remove unsolicited test logs from soustitres.eu
Diffstat (limited to 'libs')
-rw-r--r-- | libs/subliminal_patch/providers/soustitreseu.py | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libs/subliminal_patch/providers/soustitreseu.py b/libs/subliminal_patch/providers/soustitreseu.py index 4c7ca7d8e..945b4a21b 100644 --- a/libs/subliminal_patch/providers/soustitreseu.py +++ b/libs/subliminal_patch/providers/soustitreseu.py @@ -163,9 +163,6 @@ class SoustitreseuProvider(Provider, ProviderSubtitleArchiveMixin): else: matching_archive = True - if guessed_subs['season'] == 16: - print('test') - if matching_archive: download_link = self.server_url + 'series/' + item.attrs['href'] res = self.session.get(download_link, timeout=30) |