From ae49cd9fdef075d77b7f31dfb1df3d10a86f2a08 Mon Sep 17 00:00:00 2001 From: Alex Mikhalev Date: Thu, 3 Jan 2019 13:10:55 -0700 Subject: [PATCH] remove bad log line --- build.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/build.sh b/build.sh index fdd9711..b910557 100755 --- a/build.sh +++ b/build.sh @@ -3,7 +3,6 @@ set -e TPUT=$(which tput 2>/dev/null || echo true) -echo $TPUT DIR=$(cd "$(dirname "$0")"; pwd -P)