[Pkg-anonymity-tools] [onionshare] 25/140: removed debug comment

Ulrike Uhlig u-guest at moszumanska.debian.org
Mon Sep 29 20:33:44 UTC 2014


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

u-guest pushed a commit to branch master
in repository onionshare.

commit 0a6d01f11e4a88b99bdb14069de9d8127c874e28
Author: Micah Lee <micah at micahflee.com>
Date:   Tue Aug 26 17:07:57 2014 -0700

    removed debug comment
---
 onionshare/onionshare.py | 1 -
 1 file changed, 1 deletion(-)

diff --git a/onionshare/onionshare.py b/onionshare/onionshare.py
index 8fa8994..def2bd9 100644
--- a/onionshare/onionshare.py
+++ b/onionshare/onionshare.py
@@ -352,7 +352,6 @@ def main():
 
     if get_platform() == 'Tails':
         # if this is tails, start the root process
-        #root_p = subprocess.Popen(['/usr/bin/gksudo', '-D', 'OnionShare', '--', '/usr/bin/onionshare', str(port)], stderr=subprocess.PIPE, stdout=subprocess.PIPE)
         root_p = subprocess.Popen(['/usr/bin/sudo', '--', '/usr/bin/onionshare', str(port)], stderr=subprocess.PIPE, stdout=subprocess.PIPE)
         stdout = root_p.stdout.read(22) # .onion URLs are 22 chars long
 

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



More information about the Pkg-anonymity-tools mailing list