diff --git a/bin/compile b/bin/compile index 52aa5e2..c4beb52 100755 --- a/bin/compile +++ b/bin/compile @@ -88,8 +88,6 @@ fi # Install dependencies. echo "-----> Installing dependencies using pip version $(pip --version | awk '{print $2}')" -export GIT_TRACE=1 - pip install --use-mirrors -r requirements.txt -v | indent # Django support.