From 1efc8a2e2f475c9cb4d353d02177ff6fd335b4a5 Mon Sep 17 00:00:00 2001 From: Jan Pokorný Date: Thu, 2 Feb 2012 18:35:39 +0100 Subject: init.sh: remove debug print MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jan Pokorný --- init.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/init.sh b/init.sh index c03aa07..05c3630 100755 --- a/init.sh +++ b/init.sh @@ -60,7 +60,6 @@ optional () { CHOICES="common|python|tg2|web|optional" main () { - echo $@ action="get" if [ "$1" == "get" -o "$1" == "del" ]; then action="$1" -- cgit