summaryrefslogtreecommitdiffstats
path: root/iw/network_gui.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2002-07-19 15:33:40 +0000
committerMatt Wilson <msw@redhat.com>2002-07-19 15:33:40 +0000
commit432fe7594335fe1b1a8f42a928e053d1e6e0b1aa (patch)
tree186fa3863040a4ddf7c85a212d19bd9b38140078 /iw/network_gui.py
parent17c1b304cce3489a7880b1af331785698b525030 (diff)
downloadanaconda-432fe7594335fe1b1a8f42a928e053d1e6e0b1aa.tar.gz
anaconda-432fe7594335fe1b1a8f42a928e053d1e6e0b1aa.tar.xz
anaconda-432fe7594335fe1b1a8f42a928e053d1e6e0b1aa.zip
remove debugging
Diffstat (limited to 'iw/network_gui.py')
-rw-r--r--iw/network_gui.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/iw/network_gui.py b/iw/network_gui.py
index c2280f76c..d8a4a8729 100644
--- a/iw/network_gui.py
+++ b/iw/network_gui.py
@@ -495,7 +495,7 @@ class NetworkWindow(InstallWindow):
# figure out if they have overridden using dhcp for hostname
- print self.anyUsingDHCP()
+ # print self.anyUsingDHCP()
if self.anyUsingDHCP():
if self.hostname != "localhost.localdomain" and self.network.overrideDHCPhostname:
self.hostnameManual.set_active(1)