remove debug statements

This commit is contained in:
walker0643 2018-02-24 14:56:30 -05:00
parent 87ff075c15
commit cfe8719982
1 changed files with 0 additions and 2 deletions

View File

@ -11,8 +11,6 @@ if [ $? -eq 0 ]; then
else else
B_CMAKE=cmake B_CMAKE=cmake
fi fi
echo CMAKE=$B_CMAKE
exit 0
# default build configuration # default build configuration
B_BUILD_TYPE=${B_BUILD_TYPE:-Debug} B_BUILD_TYPE=${B_BUILD_TYPE:-Debug}
if [ "$(uname)" = "Darwin" ]; then if [ "$(uname)" = "Darwin" ]; then