Skip to content

Commit

Permalink
Delete non-needed debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
cpina committed Feb 4, 2024
1 parent 639dc3a commit 48b2a47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion gui/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -352,7 +352,6 @@ void Main::UpdateList() {

letter=removeAccents(search);
QFile xmlFile(m_directori_usuari+"/"+idioma+"/"+letter+".dic");
qDebug() << m_directori_usuari+"/"+idioma+"/"+letter+".dic";

if (!xmlFile.exists()) {
showError(tr("Cannot open dictionary file. Check configuration directory and permissions"));
Expand Down

0 comments on commit 48b2a47

Please sign in to comment.