diff --git a/sleepyhead/SleepLib/preferences.cpp b/sleepyhead/SleepLib/preferences.cpp index cef2ae7d..b988f13c 100644 --- a/sleepyhead/SleepLib/preferences.cpp +++ b/sleepyhead/SleepLib/preferences.cpp @@ -72,7 +72,6 @@ QString GetAppRoot() if (HomeAppRoot.isEmpty()) { HomeAppRoot = desktopFolder + "/" + getDefaultAppRoot(); - BREAK.... const QString testing = "-Testing"; QDir dir(HomeAppRoot+testing); if (dir.exists()) {