Unbreak things.. I was just being paranoid

This commit is contained in:
Mark Watkins 2016-03-03 23:50:33 +10:00
parent cf7a9ee426
commit c130d0e35c

View File

@ -72,7 +72,6 @@ QString GetAppRoot()
if (HomeAppRoot.isEmpty()) {
HomeAppRoot = desktopFolder + "/" + getDefaultAppRoot();
BREAK....
const QString testing = "-Testing";
QDir dir(HomeAppRoot+testing);
if (dir.exists()) {