Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Jan 23, 2007, 11:47:39 PM (17 years ago)
Author:
patrick
Message:

removed debug output

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/mount_points/src/world_entities/mount_point.cc

    r10302 r10312  
    3434MountPoint::MountPoint (const Vector& up, const Vector& forward, const Vector& center, const std::string& name)
    3535{
    36   PRINTF(0)("Created mount point %s\n", name.c_str());
     36  PRINTF(5)("Created mount point %s\n", name.c_str());
    3737
    3838  this->_name = name;
     
    9393      std::string name = element->Value();
    9494
    95       PRINTF(0)("checking %s against local %s\n", name.c_str(), this->_name.c_str());
     95      PRINTF(5)("checking %s against local %s\n", name.c_str(), this->_name.c_str());
    9696      // check if we got the right mount point
    9797      if( this->_name.find(name, 0) != std::string::npos)
Note: See TracChangeset for help on using the changeset viewer.