[nostalgia/studio] Remove debug code

This commit is contained in:
Gary Talent 2020-02-16 01:55:32 -06:00
parent 2cff1add56
commit 2a1919208d

View File

@ -17,9 +17,6 @@ int main(int argc, char **args) {
ox::ClArgs clargs(argc, const_cast<const char**>(args));
QString argProfilePath = clargs.getString("profile").c_str();
for (int i = 0; i < argc; i++) {
qDebug() << args[i];
}
QApplication app(argc, args);
app.setAttribute(Qt::AA_UseHighDpiPixmaps);