[totem] opensubtitles: Remove debug messages from output



commit 510d962bb40213d6c4641100774824edfbeb7eb8
Author: Bastien Nocera <hadess hadess net>
Date:   Sat Jul 21 21:46:16 2018 +0200

    opensubtitles: Remove debug messages from output

 src/plugins/opensubtitles/opensubtitles.py | 2 --
 1 file changed, 2 deletions(-)
---
diff --git a/src/plugins/opensubtitles/opensubtitles.py b/src/plugins/opensubtitles/opensubtitles.py
index 80fc810a..a15576c1 100644
--- a/src/plugins/opensubtitles/opensubtitles.py
+++ b/src/plugins/opensubtitles/opensubtitles.py
@@ -656,7 +656,6 @@ class OpenSubtitles (GObject.Object, # pylint: disable=R0902
             try:
                 subtitle_file = Gio.file_new_for_path (self._movie_dir() +
                         sep + movie_name + '.' + extension)
-                print ('trying to save to ' + subtitle_file.get_uri())
                 suburi = subtitle_file.get_uri ()
 
                 sub_file = subtitle_file.replace ('', False, flags, None)
@@ -665,7 +664,6 @@ class OpenSubtitles (GObject.Object, # pylint: disable=R0902
             except: # pylint: disable=bare-except
                 subtitle_file = Gio.file_new_for_path (_cache_subtitles_dir() +
                         sep + movie_name + '.' + extension)
-                print ('saving to ' + subtitle_file.get_uri())
                 suburi = subtitle_file.get_uri ()
 
                 sub_file = subtitle_file.replace ('', False, flags, None)


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]