From e7881148d6730da57bdc35f5d9d621a8703e3ff0 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Fri, 31 Oct 2014 03:42:20 +0100 Subject: [PATCH] Removed debugging information --- doc/scripts/gettext.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/doc/scripts/gettext.sh b/doc/scripts/gettext.sh index 4b4bacf..c3ae919 100755 --- a/doc/scripts/gettext.sh +++ b/doc/scripts/gettext.sh @@ -87,7 +87,6 @@ _gettext_po() potfile="$3" pofile="$4" - echo "potfile=$potfile pofile=$pofile" if [ -f "$pofile" ]; then $DEBUG $MSGMERGE -U "$pofile" "$potfile" || return 1 else