Skip to content

Commit bc43cd6

Browse files
committed
remove outcommented code
Signed-off-by: Dr. Jan-Philip Gehrcke <[email protected]>
1 parent a798a0c commit bc43cd6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

hack/kubelet-plugin-prestart.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,6 @@ _ATTEMPT=0
169169
while true
170170
do
171171
validate_and_exit_on_success
172-
# echo "retry in ${_WAIT_S} s"
173172
sleep ${_WAIT_S}
174173
_ATTEMPT=$((_ATTEMPT+1))
175174
done

0 commit comments

Comments
 (0)