Browse Source

Removing a debug line

Brenton Leanhardt 9 years ago
parent
commit
6a988e92ff
1 changed files with 0 additions and 1 deletions
  1. 0 1
      utils/src/ooinstall/openshift_ansible.py

+ 0 - 1
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