[Pkg-anonymity-tools] [onionshare] 06/57: Remove debug prints :s

Ulrike Uhlig u-guest at moszumanska.debian.org
Tue May 19 18:18:53 UTC 2015


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

u-guest pushed a commit to annotated tag 0.7
in repository onionshare.

commit aab094d0e28ba1f9fb360096fdf5e83a730bd2f8
Author: The Dod <unclezzzen at gmail.com>
Date:   Mon Oct 13 11:42:48 2014 +0700

    Remove debug prints :s
---
 onionshare/onionshare.py | 2 --
 1 file changed, 2 deletions(-)

diff --git a/onionshare/onionshare.py b/onionshare/onionshare.py
index c81048b..f99d482 100644
--- a/onionshare/onionshare.py
+++ b/onionshare/onionshare.py
@@ -124,7 +124,6 @@ class OnionShare(object):
                 self.original_hs = self.controller.get_conf_map('HiddenServiceOptions') or {
                     'HiddenServiceDir': [], 'HiddenServicePort': []
                 }
-                print hsdic2list(self.original_hs)
                 new_hs = self.original_hs.copy()
                 if not hidserv_dir in new_hs['HiddenServiceDir']:
                     # Unless another instance has opened
@@ -134,7 +133,6 @@ class OnionShare(object):
                         '80 127.0.0.1:{0}'.format(self.port))
 
                 self.controller.set_options(hsdic2list(new_hs))
-                print self.controller.get_conf_map('HiddenServiceOptions')
 
                 # figure out the .onion hostname
                 hostname_file = '{0}/hostname'.format(hidserv_dir)

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