Removed debugging information

This commit is contained in:
Pierre Pronchery 2014-10-31 03:42:20 +01:00
parent 6336cc5d9c
commit e7881148d6

View File

@ -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