Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/Network.py
diff options
context:
space:
mode:
Diffstat (limited to 'Util/Network.py')
-rw-r--r--Util/Network.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/Util/Network.py b/Util/Network.py
index 80f6d7c..a0c01e4 100644
--- a/Util/Network.py
+++ b/Util/Network.py
@@ -118,8 +118,6 @@ class Network:
def __init__( self, mode = MD_OFFLINE, hostaddress = None ):
# check for forced networking
- print "------------------------------------------------------------"
- print os.getcwd()
if os.path.isfile("FORCE_HOST"):
mode = MD_HOST
elif os.path.isfile("FORCE_PEER"):