From 5d8932e5eee10a612dbcbe021936e34a060b82dd Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Tue, 10 Nov 2015 12:52:31 -0500
Subject: [PATCH] remove debugging

---
 bin/warnings | 2 --
 1 file changed, 2 deletions(-)

diff --git a/bin/warnings b/bin/warnings
index 73c35caa..b50b7919 100755
--- a/bin/warnings
+++ b/bin/warnings
@@ -2,11 +2,9 @@ shopt -s extglob
 
 pylibmc-missing() {
   puts-warn "pylibmc is missing."
-  echo 'pylibmc is missing (echo).'
 }
 
 show-warnings() {
-  echo "hey there!"
   pylibmc-missing
 }
 
-- 
GitLab