- commented out another ftp console output

This commit is contained in:
Mark Vejvoda 2011-01-16 06:41:48 +00:00
parent 43f2677bad
commit 6d08797a14
1 changed files with 1 additions and 1 deletions

View File

@ -786,7 +786,7 @@ void MenuStateConnectedGame::render() {
iterMap != fileFTPProgressList.end(); ++iterMap) {
string progressLabelPrefix = "Downloading " + iterMap->first + " [" + iterMap->second.second + "] ";
if(SystemFlags::VERBOSE_MODE_ENABLED) printf("\nRendering file progress with the following prefix [%s]\n",progressLabelPrefix.c_str());
//if(SystemFlags::VERBOSE_MODE_ENABLED) printf("\nRendering file progress with the following prefix [%s]\n",progressLabelPrefix.c_str());
renderer.renderProgressBar(
iterMap->second.first,