[Pkg-privacy-commits] [tails-installer] 124/210: Get rid of all print s

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:36 UTC 2017


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

intrigeri pushed a commit to tag 3.90.0
in repository tails-installer.

commit 1f7c11d186aecb045d9c778ce49349044d498e31
Author: Martin Briza <mbriza at redhat.com>
Date:   Tue Jul 28 15:58:28 2015 +0200

    Get rid of all print s
---
 liveusb/gui.py      | 2 --
 liveusb/releases.py | 2 +-
 2 files changed, 1 insertion(+), 3 deletions(-)

diff --git a/liveusb/gui.py b/liveusb/gui.py
index b9a39d3..6db126b 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -63,7 +63,6 @@ try:
     import dbus.mainloop.pyqt5
     dbus.mainloop.pyqt5.DBusQtMainLoop(set_as_default=True)
 except Exception, e:
-    print(e)
     pass
 
 MAX_FAT16 = 2047
@@ -86,7 +85,6 @@ class ReleaseDownloadThread(QThread):
         home = os.getenv('HOME', 'USERPROFILE')
         filename = os.path.basename(urlparse.urlparse(self.url).path)
         try:
-            print self.url
             iso = self.grabber.urlgrab(self.url, reget='simple')
         except URLGrabError, e:
             # TODO find out if this errno is _really_ benign
diff --git a/liveusb/releases.py b/liveusb/releases.py
index 3fd13e3..e9c2ff0 100644
--- a/liveusb/releases.py
+++ b/liveusb/releases.py
@@ -194,7 +194,7 @@ def get_fedora_flavors():
     releases += getProducts('https://getfedora.org/')
     releases += getSpins("http://spins.fedoraproject.org", "Spins")
     releases += getSpins("http://labs.fedoraproject.org", "Labs")
-    print releases
+    return releases
 
 def get_fedora_releases():
     global releases

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-privacy/packages/tails-installer.git



More information about the Pkg-privacy-commits mailing list