Removed debugging information
This commit is contained in:
parent
6336cc5d9c
commit
e7881148d6
@ -87,7 +87,6 @@ _gettext_po()
|
|||||||
potfile="$3"
|
potfile="$3"
|
||||||
pofile="$4"
|
pofile="$4"
|
||||||
|
|
||||||
echo "potfile=$potfile pofile=$pofile"
|
|
||||||
if [ -f "$pofile" ]; then
|
if [ -f "$pofile" ]; then
|
||||||
$DEBUG $MSGMERGE -U "$pofile" "$potfile" || return 1
|
$DEBUG $MSGMERGE -U "$pofile" "$potfile" || return 1
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user