Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Util/Network.py
diff options
context:
space:
mode:
authoramartin <olpc@xo-00-CE-12.localdomain>2007-06-25 22:08:52 (GMT)
committer amartin <olpc@xo-00-CE-12.localdomain>2007-06-25 22:08:52 (GMT)
commit549dd4318feecb24bbd8631fd04c1ec6755de2c5 (patch)
treed4b9a80508e911934374a990bfb48350ec18d4b0 /Util/Network.py
parent54f5330f28b7eaef00e84a15ce11532add5488e4 (diff)
network
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"):