summaryrefslogtreecommitdiffstats
path: root/todo.py
diff options
context:
space:
mode:
authorpnfisher <pnfisher>1999-08-29 22:24:15 +0000
committerpnfisher <pnfisher>1999-08-29 22:24:15 +0000
commita274d7a8d04b90bee1602cae4b81602c6dfb9fc4 (patch)
tree8aeed89ee71495c0fdfa59553bf9e6661dc6fca4 /todo.py
parent8a106589d0f18fc2b7b8fe769d3b01b52183bca0 (diff)
downloadanaconda-a274d7a8d04b90bee1602cae4b81602c6dfb9fc4.tar.gz
anaconda-a274d7a8d04b90bee1602cae4b81602c6dfb9fc4.tar.xz
anaconda-a274d7a8d04b90bee1602cae4b81602c6dfb9fc4.zip
(guessHostnames): don't print ip.
Diffstat (limited to 'todo.py')
-rw-r--r--todo.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/todo.py b/todo.py
index 3bf8aadec..e57b85f83 100644
--- a/todo.py
+++ b/todo.py
@@ -94,7 +94,6 @@ class Network:
self.domains = []
for dev in self.netdevices.values ():
ip = dev.get ("ipaddr")
- print ip
if ip:
try:
(hostname, aliases, ipaddrs) = socket.gethostbyaddr (ip)