Skip to content

Commit f5d2b97

Browse files
committed
remove debug msgs
1 parent 7c1673c commit f5d2b97

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

kubernetes/samples/scripts/create-weblogic-domain/domain-home-on-pv/wdt/create-domain-script.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -101,9 +101,7 @@ function install_wdt {
101101
while [ $curl_res -ne 0 -a $count -lt $max ] ; do
102102
sleep 10
103103
count=`expr $count + 1`
104-
echo "before entering proxy"
105-
for proxy in "${https_proxy}" "${https_proxy2}"; do
106-
echo "inside for loop"
104+
for proxy in "${https_proxy}" "${https_proxy2}"; do
107105
echo @@ "Info: Downloading $WDT_INSTALL_ZIP_URL with https_proxy=\"$proxy\""
108106
https_proxy="${proxy}" \
109107
curl --silent --show-error --connect-timeout 10 -O -L $WDT_INSTALL_ZIP_URL

0 commit comments

Comments
 (0)