From a93e1b87dea14962724927c24345dcc567114b95 Mon Sep 17 00:00:00 2001 From: peri4 Date: Fri, 11 Mar 2022 14:39:32 +0300 Subject: [PATCH] remove translation debug --- libs/utils/qad_locations.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libs/utils/qad_locations.cpp b/libs/utils/qad_locations.cpp index 54e3e32..87c24d1 100644 --- a/libs/utils/qad_locations.cpp +++ b/libs/utils/qad_locations.cpp @@ -88,7 +88,7 @@ void QAD::loadTranslations(QString lang) { if (tr->load(dit.filePath())) { qApp->installTranslator(tr); __QADTranslators__::translators << tr; - qDebug() << "Add tr" << dit.fileName(); + //qDebug() << "Add tr" << dit.fileName(); } else { qDebug() << "Can`t load translation" << dit.fileName(); delete tr;