Skip to content

Commit

Permalink
Remove wrong debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
neochapay committed Mar 12, 2024
1 parent 82d47a4 commit fbdfd2f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/settingspluginhost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,6 @@ SettingsPluginHost::SettingsPluginHost(const QString& fileName, QObject* parent)

QTranslator* myappTranslator = new QTranslator(qApp);
if (myappTranslator->load(QLocale(), m_plugin->id(), QLatin1String("_"), QLatin1String("/usr/share/glacier-settings/translations/"))) {
qDebug() << "Plugin " << m_plugin->id() << " translation.load() success" << QLocale::system().name();
if (qApp->installTranslator(myappTranslator)) {
qDebug() << "Plugin " << m_plugin->id() << " installTranslator() success" << QLocale::system().name();
} else {
Expand Down

0 comments on commit fbdfd2f

Please sign in to comment.