[Pkg-anonymity-tools] [torbrowser-launcher] 06/11: remove debug output that makes it look like something went wrong

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue Jan 20 22:46:25 UTC 2015


This is an automated email from the git hooks/post-receive script.

u-guest pushed a commit to branch debian
in repository torbrowser-launcher.

commit d17a82ec10875d745785d41b0b9282770a952bb2
Author: Micah Lee <micah at micahflee.com>
Date:   Wed Jan 7 17:46:52 2015 -0800

    remove debug output that makes it look like something went wrong
---
 torbrowser_launcher/common.py | 5 +----
 1 file changed, 1 insertion(+), 4 deletions(-)

diff --git a/torbrowser_launcher/common.py b/torbrowser_launcher/common.py
index 227de97..139e536 100644
--- a/torbrowser_launcher/common.py
+++ b/torbrowser_launcher/common.py
@@ -182,10 +182,7 @@ class Common:
     def load_mirrors(self):
         self.mirrors = []
         for srcfile in self.paths['mirrors_txt']:
-            if os.path.exists(srcfile):
-                print "Successfully loaded mirrors from %s" % srcfile
-            elif not os.path.exists(srcfile):
-                print "Warning: can't load mirrors from %s" % srcfile
+            if not os.path.exists(srcfile):
                 continue
             for mirror in open(srcfile, 'r').readlines():
                 if mirror.strip() not in self.mirrors:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/collab-maint/torbrowser-launcher.git



More information about the Pkg-anonymity-tools mailing list