diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index 038180a60d..e1bdbfb76c 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -3175,7 +3175,6 @@ void Application::handleSandboxStatus(QNetworkReply* reply) { qCDebug(interfaceapp) << "First run... going to" << qPrintable(addressLookupString.isEmpty() ? QString("default location") : addressLookupString); DependencyManager::get()->loadSettings(addressLookupString); #else - showHelp(); DependencyManager::get()->goToEntry(); sentTo = SENT_TO_ENTRY; #endif