Skip to content

Commit c6e7178

Browse files
committed
cleanup extraenous debug echo
1 parent 14e3925 commit c6e7178

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

kubernetes/samples/scripts/common/utility.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,6 @@ function buildServerPodResources {
229229
fi
230230
if [ -n "${memoryRequest}" ] || [ -n "${cpuRequest}" ]; then
231231
local requests=" requests\: \n$memoryRequest $cpuRequest"
232-
echo "requests is $requests"
233232
fi
234233

235234
if [ -n "${serverPodMemoryLimit}" ]; then
@@ -240,7 +239,6 @@ function buildServerPodResources {
240239
fi
241240
if [ -n "${memoryLimit}" ] || [ -n "${cpuLimit}" ]; then
242241
local limits=" limits\: \n$memoryLimit $cpuLimit"
243-
echo "limits is $limits"
244242
fi
245243

246244
if [ -n "${requests}" ] || [ -n "${limits}" ]; then

0 commit comments

Comments
 (0)