Browse Source

Removing a debug line

Brenton Leanhardt 9 năm trước cách đây
mục cha
commit
6a988e92ff
1 tập tin đã thay đổi với 0 bổ sung1 xóa
  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