From: Christian Heller <c.heller@plomlompom.de>
Date: Sat, 23 Jan 2016 09:23:02 +0000 (+0100)
Subject: Remove debugging code.
X-Git-Url: https://plomlompom.com/repos/%7B%7Bprefix%7D%7D/static/te&quot;st.html?a=commitdiff_plain;h=3049fbd45e2699229c35fd5edda96b40264a2c6e;p=plomlombot-irc.git

Remove debugging code.
---

diff --git a/run.sh b/run.sh
index 0777bb9..1687ae9 100755
--- a/run.sh
+++ b/run.sh
@@ -9,7 +9,6 @@ DIR_ENV=.temp_env
 pyvenv $DIR_ENV 
 source $DIR_ENV/bin/activate
 pip install -r requirements.txt
-#pip install -r requirements2.txt
 echo
 set +e
 python3 plomlombot.py "$@"