[Pkg-privacy-commits] [tails-installer] 35/210: Get rid of some debugging prints

Intrigeri intrigeri at moszumanska.debian.org
Wed May 24 15:26:25 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 dbebe0727c14d0d5b8e00c43e43209379ae738ed
Author: Martin Briza <mbriza at redhat.com>
Date:   Tue Mar 3 13:02:58 2015 +0100

    Get rid of some debugging prints
---
 liveusb/creator.py | 2 --
 liveusb/gui.py     | 2 --
 2 files changed, 4 deletions(-)

diff --git a/liveusb/creator.py b/liveusb/creator.py
index 0d86848..e1087a8 100755
--- a/liveusb/creator.py
+++ b/liveusb/creator.py
@@ -562,11 +562,9 @@ class LinuxLiveUSBCreator(LiveUSBCreator):
                     data['parent'] = str(dbus.Interface(self._get_device(parent),
                             'org.freedesktop.DBus.Properties').Get(parent,
                                 'DeviceFile'))
-                    print(data['parent'])
                     data['fullSize'] = int(dbus.Interface(self._get_device(parent),
                             'org.freedesktop.DBus.Properties').Get(parent,
                                 'DeviceSize'))
-                    print(data['fullSize'])
 
                 mount = data['mount']
                 if mount:
diff --git a/liveusb/gui.py b/liveusb/gui.py
index 62df55e..7de43ae 100755
--- a/liveusb/gui.py
+++ b/liveusb/gui.py
@@ -489,8 +489,6 @@ class LiveUSBData(QObject):
 
                 gb = 1000.0 # if it's decided to use base 2 values, change this
 
-                # TODO for some reason it gives me 4MB for my 4GB drive... and the rounding is off on my 8GB drive
-                print(info['fullSize'])
                 if info['fullSize']:
                     pass
                     if info['fullSize'] < gb:

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