[Pkg-privacy-commits] [torbrowser-launcher] 42/48: remove debug output that makes it look like something went wrong
Ximin Luo
infinity0 at moszumanska.debian.org
Sat Aug 22 13:22:19 UTC 2015
This is an automated email from the git hooks/post-receive script.
infinity0 pushed a commit to branch master
in repository torbrowser-launcher.
commit dae10300234af2fc28050600ce41bdb2a6210da0
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/pkg-privacy/packages/torbrowser-launcher.git
More information about the Pkg-privacy-commits
mailing list