home · contact · privacy
Remove debugging code.
[plomlombot-irc.git] / run.sh
diff --git a/run.sh b/run.sh
index 0777bb94d422b6ee6398ecf3aad47b9ae479d8ca..1687ae91e5babf1cc3f81e9cdb690c9a3fc11d80 100755 (executable)
--- 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
 pyvenv $DIR_ENV 
 source $DIR_ENV/bin/activate
 pip install -r requirements.txt
-#pip install -r requirements2.txt
 echo
 set +e
 python3 plomlombot.py "$@"
 echo
 set +e
 python3 plomlombot.py "$@"