[totem] opensubtitles: Remove debug output



commit cc00370dd253381d5cecca8dcf3475a60c787212
Author: Bastien Nocera <hadess hadess net>
Date:   Tue Oct 9 17:52:55 2012 +0200

    opensubtitles: Remove debug output

 src/plugins/opensubtitles/hash.py |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)
---
diff --git a/src/plugins/opensubtitles/hash.py b/src/plugins/opensubtitles/hash.py
index a69a90f..26aa0d9 100644
--- a/src/plugins/opensubtitles/hash.py
+++ b/src/plugins/opensubtitles/hash.py
@@ -43,8 +43,5 @@ def hash_file (name):
     file_handle.close ()
     returnedhash = "%016x" % file_hash
 
-    print returnedhash
-    print filesize
-
     return returnedhash, filesize
 



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