浏览代码

Removed debugging

Brian Fiete 6 年之前
父节点
当前提交
15e65e240d
共有 1 个文件被更改,包括 0 次插入4 次删除
  1. 0 4
      bin/build.sh

+ 0 - 4
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