[Pkg-privacy-commits] [torbrowser-launcher] 23/28: Remove some verbose output

Ulrike Uhlig u-guest at moszumanska.debian.org
Sun Jul 10 21:18:18 UTC 2016


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

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

commit eb549c294eac31537fff93dda1eeb9060d7cf0d5
Author: Micah Lee <micah at micahflee.com>
Date:   Fri Jul 8 16:44:40 2016 -0700

    Remove some verbose output
---
 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 084c1a1..0dfd8da 100644
--- a/torbrowser_launcher/common.py
+++ b/torbrowser_launcher/common.py
@@ -234,7 +234,6 @@ class Common:
         keys = ['tor_browser_developers',]
         all_imports_succeeded = True
 
-        print _('Importing keys')
         for key in keys:
             imported = self.import_key_and_check_status(key)
             if not imported:
@@ -242,9 +241,7 @@ class Common:
                         % self.fingerprints[key])
                 all_imports_succeeded = False
 
-        if all_imports_succeeded:
-            print _('Successfully imported all keys.')
-        else:
+        if not all_imports_succeeded:
             print _('Not all keys were imported successfully!')
 
         return all_imports_succeeded

-- 
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