Remove debugging output from tun_connect - oops
authorClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Tue, 10 May 2011 13:03:50 +0000 (15:03 +0200)
committerClaudio-Daniel Freire <claudio-daniel.freire@inria.fr>
Tue, 10 May 2011 13:03:50 +0000 (15:03 +0200)
src/nepi/testbeds/planetlab/scripts/tun_connect.py

index 01f32af..f0d7a86 100644 (file)
@@ -16,9 +16,6 @@ import functools
 import time
 import base64
 
-import time
-print >>sys.stderr, time.time()
-
 tun_name = 'tun0'
 tun_path = '/dev/net/tun'
 hostaddr = socket.gethostbyname(socket.gethostname())
@@ -566,10 +563,6 @@ try:
             while True:
                 time.sleep(1)
         remote = None
-        
-        import time
-        print >>sys.stderr, time.time()
-        
     elif options.udp:
         # connect to remote endpoint
         if remaining_args and not remaining_args[0].startswith('-'):