From 90d91b4891b9bed841cddfa9b979e82bc5c6c784 Mon Sep 17 00:00:00 2001 From: Kenta <106167071+Its-Kenta@users.noreply.github.com> Date: Fri, 14 Jul 2023 06:41:17 +0100 Subject: [PATCH] Update build-with-docker.sh Remove debug echo call in config check --- build-with-docker.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build-with-docker.sh b/build-with-docker.sh index 6f3b5791b..b969df97f 100755 --- a/build-with-docker.sh +++ b/build-with-docker.sh @@ -21,7 +21,6 @@ if type podman 2>/dev/null >/dev/null; then fi if [ $config == "Debug" ]; then -echo "debug???" CMAKE_BUILD_TYPE=Debug else CMAKE_BUILD_TYPE="$config"