Update build-with-docker.sh

Remove debug echo call in config check
This commit is contained in:
Kenta
2023-07-14 06:41:17 +01:00
committed by Christoffer Lerno
parent ab32e0dc9d
commit 90d91b4891

View File

@@ -21,7 +21,6 @@ if type podman 2>/dev/null >/dev/null; then
fi fi
if [ $config == "Debug" ]; then if [ $config == "Debug" ]; then
echo "debug???"
CMAKE_BUILD_TYPE=Debug CMAKE_BUILD_TYPE=Debug
else else
CMAKE_BUILD_TYPE="$config" CMAKE_BUILD_TYPE="$config"