translation path from debug removed

This commit is contained in:
Rafael 2016-04-07 15:54:17 +02:00
parent 1be0c054e4
commit 4c000e7b65
1 changed files with 0 additions and 1 deletions

View File

@ -59,7 +59,6 @@ int main(int argc, char *argv[])
// Start external translate loading
QString langpath = a.applicationFilePath();
langpath = appDir.absolutePath();
qDebug() << "Translation path" << langpath;
bool trsf = false;
bool svlp = false;
QTranslator EappTranslator;