From 15e65e240d46e94d89779da5f305e7d1334b90fb Mon Sep 17 00:00:00 2001 From: Brian Fiete Date: Sat, 24 Aug 2019 08:23:26 -0700 Subject: [PATCH] Removed debugging --- bin/build.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/bin/build.sh b/bin/build.sh index d05ee196..408b7da5 100755 --- a/bin/build.sh +++ b/bin/build.sh @@ -10,10 +10,6 @@ set -e ### Dependencies ### if [ ! -f ../BeefySysLib/third_party/libffi/Makefile ]; then - pwd - echo "Shouldn't build" - exit 1 - echo Building libffi... cd ../BeefySysLib/third_party/libffi ./configure