diff --git a/code/ryzom/client/src/login_progress_post_thread.cpp b/code/ryzom/client/src/login_progress_post_thread.cpp index 76ce9c2e3..792ef3c04 100644 --- a/code/ryzom/client/src/login_progress_post_thread.cpp +++ b/code/ryzom/client/src/login_progress_post_thread.cpp @@ -337,9 +337,6 @@ void CLoginProgressPostThread::init(NLMISC::CConfigFile &configFile) std::string installStartupPage; std::string installStartupHost; static std::string httpStr = "http://"; - // The url where the stats system are has changed from - // http://r2linux03:80/login2/client_install.php (using InstallStartupPage and StartupPage ) - // http://r2linux03:80/stats/stats.php (using InstallStatsUrl if (configFile.getVarPtr("InstallStatsUrl") ) {