diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index df86ed80ee..e00275591b 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -1247,9 +1247,6 @@ Application::Application(int& argc, char** argv, QElapsedTimer& startupTimer, bo connect(accountManager.data(), &AccountManager::authRequired, dialogsManager.data(), &DialogsManager::showLoginDialog); #endif connect(accountManager.data(), &AccountManager::usernameChanged, this, &Application::updateWindowTitle); - connect(accountManager.data(), &AccountManager::usernameChanged, [](QString username){ - setCrashAnnotation("username", username.toStdString()); - }); // set the account manager's root URL and trigger a login request if we don't have the access token accountManager->setIsAgent(true);