Remove echo FORCE SKIP

This was probably an artifact from testing the cmdline_compat-stuff.
Currently only pollutes the output.
diff --git a/tests/ssl-opt.sh b/tests/ssl-opt.sh
index a6ad765..2d93ca3 100755
--- a/tests/ssl-opt.sh
+++ b/tests/ssl-opt.sh
@@ -656,7 +656,6 @@
             SKIP_NEXT="YES"
         elif ( [ "$__ARG" = "tls1_2" ] || [ "$__ARG" = "dtls1_2" ] ) && \
                   ( [ "$__VAL_MIN" != "3" ] || [ "$__VAL_MAX" != "3" ] ); then
-            echo "FORCE SKIP"
             SKIP_NEXT="YES"
         fi