[totem/gnome-3-26] opensubtitles: Remove debug messages from output
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/gnome-3-26] opensubtitles: Remove debug messages from output
- Date: Sat, 21 Jul 2018 19:48:12 +0000 (UTC)
commit a8e865116e69ecc682f6789db3b4289ffbe62704
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]