From cfe8719982055d6f481cc5e192700de807623a06 Mon Sep 17 00:00:00 2001 From: walker0643 <> Date: Sat, 24 Feb 2018 14:56:30 -0500 Subject: [PATCH] remove debug statements --- clean_build.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/clean_build.sh b/clean_build.sh index e82fb5a3..f5438598 100755 --- a/clean_build.sh +++ b/clean_build.sh @@ -11,8 +11,6 @@ if [ $? -eq 0 ]; then else B_CMAKE=cmake fi -echo CMAKE=$B_CMAKE -exit 0 # default build configuration B_BUILD_TYPE=${B_BUILD_TYPE:-Debug} if [ "$(uname)" = "Darwin" ]; then