From afe20bd8fbcc44e98686aa22e05720bed2942ad5 Mon Sep 17 00:00:00 2001 From: Matthew Honnibal Date: Thu, 13 Oct 2016 20:54:56 +0200 Subject: [PATCH] Remove print statement --- travis.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/travis.sh b/travis.sh index 7695ff30a..7127bb873 100755 --- a/travis.sh +++ b/travis.sh @@ -7,7 +7,6 @@ fi if [ "${VIA}" == "compile" ]; then - echo "compile" pip install -r requirements.txt pip install -e . mkdir -p corpora/en