浏览代码

Removing a debug line

Brenton Leanhardt 9 年之前
父节点
当前提交
6a988e92ff
共有 1 个文件被更改,包括 0 次插入1 次删除
  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