- commented out printf

This commit is contained in:
Mark Vejvoda 2010-10-14 19:53:34 +00:00
parent a01ae45ede
commit 9a73cd520c
1 changed files with 1 additions and 1 deletions

View File

@ -506,7 +506,7 @@ void MenuStateMasterserver::updateServerInfo() {
}
}
string versionURL = Config::getInstance().getString("versionURL","http://megaglest.pepper.freeit.org/")+glestVersionString+".txt";
printf("\nversionURL=%s\n",versionURL.c_str());
//printf("\nversionURL=%s\n",versionURL.c_str());
if(versionURL != "") {
std::string versionTxt = SystemFlags::getHTTP(versionURL);
if(StartsWith(versionTxt,"Version info:") == true) {