Commit 814553da authored by tooomm's avatar tooomm
Browse files

remove debug code

fixes #1520
parent 385455e7
......@@ -831,7 +831,6 @@ void TabDeckEditor::actOpenCustomsetsFolder() {
QStringList args;
dataDir.append("/customsets");
args << QDir::toNativeSeparators(dataDir);
aOpenCustomsetsFolder->setText(dataDir);
QProcess::startDetached("explorer", args);
#endif
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment