projects
/
certmaster.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7384016
)
Remove stray print
author
Michael DeHaan
<mdehaan@redhat.com>
Mon, 30 Jun 2008 16:19:20 +0000
(12:19 -0400)
committer
Michael DeHaan
<mdehaan@redhat.com>
Mon, 30 Jun 2008 16:19:20 +0000
(12:19 -0400)
certmaster/utils.py
patch
|
blob
|
history
diff --git
a/certmaster/utils.py
b/certmaster/utils.py
index
209e758
..
588e986
100755
(executable)
--- a/
certmaster/utils.py
+++ b/
certmaster/utils.py
@@
-109,7
+109,7
@@
def get_hostname(talk_to_certmaster=True):
try:
s = socket.socket()
s.settimeout(5)
- print "server, port", server, port
+
#
print "server, port", server, port
s.connect((server, port))
(intf, port) = s.getsockname()
remote_hostname = socket.gethostbyaddr(intf)[0]