remove improper print
authorStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sun, 25 Feb 2007 19:16:25 +0000 (19:16 +0000)
committerStefan Pluecken <stefan.pluecken@multimedia-labs.de>
Sun, 25 Feb 2007 19:16:25 +0000 (19:16 +0000)
lib/python/Components/Network.py

index 49fd6f67b27bab18d03a845447fb66ce7fc97add..d3c9cc77a5160163de0b7ec58f377d7a9518e07e 100644 (file)
@@ -2,7 +2,7 @@ from Components.config import config, ConfigYesNo, ConfigIP, NoSave, ConfigSubse
 
 import os
 from socket import *
-print "[WLAN] imported modified Network.py"
+
 class Network:
        def __init__(self, iface = "eth0"):
                self.iface = iface