Clean comments

This commit is contained in:
Aditya Kulkarni
2019-07-19 11:01:29 -07:00
parent bc1418a25b
commit a1ee1d5c20

View File

@@ -183,7 +183,6 @@ public:
QString locale = QLocale::system().name();
locale.truncate(locale.lastIndexOf('_')); // Get the language code
// locale = "zh";
qDebug() << "Loading locale " << locale;
QTranslator translator;