summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2013-01-21 23:12:34 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2013-01-21 23:12:34 +0000
commitbf5070aed847cdeccb9003a555cfebe89d6c830d (patch)
tree9e9ebcd5f3ea6319860c57c60157f5cb950c1af2 /tools
parentdaf22cd3271cebeb5742a064c0de5e91d59f8ea1 (diff)
revert previous excessive debug output
git-svn-id: svn://localhost/ardour2/branches/3.0@13963 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'tools')
-rwxr-xr-xtools/linux_packaging/build1
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/linux_packaging/build b/tools/linux_packaging/build
index 04272491c3..caadd8f2fd 100755
--- a/tools/linux_packaging/build
+++ b/tools/linux_packaging/build
@@ -256,7 +256,6 @@ if test x$WITH_NLS != x ; then
lang=`basename $file | sed 's/\.mo//'`
mkdir -p $Locale/$lang/LC_MESSAGES
cp $file $Locale/$lang/LC_MESSAGES/`basename $dl`
- echo Copying message catalog for $lang into $Locale/$lang/LC_MESSAGES/`basename $dl`
if echo $LINGUAS | grep $lang >/dev/null 2>&1 ; then
:
else