Remove lots of circle debug statements

This commit is contained in:
Ethan Frey 2017-05-16 19:00:45 +02:00
parent 4a380bb6e8
commit 2f37d5b635
1 changed files with 0 additions and 8 deletions

View File

@ -18,14 +18,6 @@ if [[ "$CIRCLECI" == "true" ]]; then
git checkout $TM_VERSION
glide install
go install ./cmd/tendermint
echo "----"
echo $PATH
echo $GOPATH/bin
ls -l $GOPATH/bin
which basecoin
ls -l $(dirname `which basecoin`)
which tendermint
echo "----"
popd
set -e
fi