remove bad log line

This commit is contained in:
Alex Mikhalev 2019-01-03 13:10:55 -07:00
parent 0f06cd68e9
commit ae49cd9fde

View File

@ -3,7 +3,6 @@
set -e
TPUT=$(which tput 2>/dev/null || echo true)
echo $TPUT
DIR=$(cd "$(dirname "$0")"; pwd -P)