Skip to content
Snippets Groups Projects
Commit b3cd03fc authored by Robert Menzel's avatar Robert Menzel
Browse files

commented out debug output

parent 79d8857a
No related branches found
No related tags found
No related merge requests found
......@@ -58,7 +58,7 @@ public:
int_t registerType(const std::string& _type, factoryCreate _creator)
{
ACGL::Utils::debug() << "DataControlFileFactory register type: " << _type << " with id " << mRegisteredTypes << std::endl;
//ACGL::Utils::debug() << "DataControlFileFactory register type: " << _type << " with id " << mRegisteredTypes << std::endl;
mFactoryMap[_type] = _creator;
return mRegisteredTypes++;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment