Removed debugging statements
This commit is contained in:
@@ -25,8 +25,6 @@
|
||||
#include <safekeyfile.h>
|
||||
#include <addsetids.h>
|
||||
|
||||
#include <iostream>
|
||||
|
||||
Options options;
|
||||
Glib::ustring versionString = "v3.0 alpha 1";
|
||||
Glib::ustring paramFileExtension = ".pp3";
|
||||
@@ -475,8 +473,6 @@ void Options::load () {
|
||||
}
|
||||
}
|
||||
|
||||
std::cout << "Languages: " + defaultTranslation + "," + languageTranslation + "," + localeTranslation + "\n";
|
||||
|
||||
langMgr.load(localeTranslation, new MultiLangMgr(languageTranslation, new MultiLangMgr(defaultTranslation)));
|
||||
|
||||
rtengine::init (&options.rtSettings);
|
||||
|
Reference in New Issue
Block a user