From f132d3198a802ffef7ed1815199b83fd758c4db6 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Mon, 8 Feb 2016 21:33:22 -0500
Subject: [PATCH] remove debug

---
 bin/steps/pip-install | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bin/steps/pip-install b/bin/steps/pip-install
index 22a0a0c5..ad762f98 100755
--- a/bin/steps/pip-install
+++ b/bin/steps/pip-install
@@ -10,8 +10,6 @@ PIP_STATUS="${PIPESTATUS[0]}"
 set -e
 
 show-warnings
-echo '*** DEBUG ****'
-cat $WARNINGS_LOG
 
 if [[ ! $PIP_STATUS -eq 0 ]]; then
     exit 1
-- 
GitLab