Remove echo FORCE SKIP

This was probably an artifact from testing the cmdline_compat-stuff.
Currently only pollutes the output.
This commit is contained in:
Jarno Lamsa 2019-10-28 14:12:16 +02:00
parent aeecf04be3
commit 7544195a44

View file

@ -656,7 +656,6 @@ check_cmdline_force_version_compat() {
SKIP_NEXT="YES"
elif ( [ "$__ARG" = "tls1_2" ] || [ "$__ARG" = "dtls1_2" ] ) && \
( [ "$__VAL_MIN" != "3" ] || [ "$__VAL_MAX" != "3" ] ); then
echo "FORCE SKIP"
SKIP_NEXT="YES"
fi