remove debug line

This commit is contained in:
Jason Nochlin 2024-01-10 07:23:02 -07:00 committed by Gunnar Morling
parent 08d99c38e5
commit 6ee7f2d0b0

View File

@ -82,7 +82,6 @@ for fork in "$@"; do
done || true # grep returns exit code 1 when no match, `|| true` prevents the script from exiting early
fi
done
echo "SUCCESS"
## END - SDKMAN Setup
# Check if SMT is enabled (we want it disabled)