Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 745


Ignore:
Timestamp:
Dec 31, 2007, 4:37:59 AM (16 years ago)
Author:
landauf
Message:

removed debug output - thanks to reto we solved the Language problem ;)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/FICN/src/orxonox/core/ConfigValueContainer.cc

    r742 r745  
    950950            Language::getLanguage().addEntry(this->description_, description);
    951951            this->bAddedDescription_ = true;
    952             COUT(4) << "Added description " << this->description_ << std::endl;
    953             COUT(4) << "Translation is: " << Language::getLanguage().getTranslation(this->description_) << std::endl;
    954952        }
    955953    }
Note: See TracChangeset for help on using the changeset viewer.