diff options
author | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-24 08:32:46 -0500 |
---|---|---|
committer | Brenton Leanhardt <bleanhar@redhat.com> | 2015-11-24 09:50:25 -0500 |
commit | 6a988e92ff6d63229cecf9b2d571ce114af820d5 (patch) | |
tree | 9a23a81fda719efc4a45465b0e87f3998fb995f7 /utils | |
parent | 54ba429f37454b7ed7564ae53fe266da9f955ba4 (diff) | |
download | openshift-6a988e92ff6d63229cecf9b2d571ce114af820d5.tar.gz openshift-6a988e92ff6d63229cecf9b2d571ce114af820d5.tar.bz2 openshift-6a988e92ff6d63229cecf9b2d571ce114af820d5.tar.xz openshift-6a988e92ff6d63229cecf9b2d571ce114af820d5.zip |
Removing a debug line
Diffstat (limited to 'utils')
-rw-r--r-- | utils/src/ooinstall/openshift_ansible.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/utils/src/ooinstall/openshift_ansible.py b/utils/src/ooinstall/openshift_ansible.py index d098a5593..66b9ead93 100644 --- a/utils/src/ooinstall/openshift_ansible.py +++ b/utils/src/ooinstall/openshift_ansible.py @@ -79,7 +79,6 @@ def determine_proxy_configuration(hosts): if proxy.hostname == None: proxy.hostname = proxy.connect_to proxy.public_hostname = proxy.connect_to - print 'asd09o' return proxy return None |