remove improper print
[enigma2.git] / 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