purged a output message

This commit is contained in:
Asad M. Zaman 2005-11-02 21:30:23 +00:00
parent d2e116ce7b
commit d14c211bc1

View File

@ -910,7 +910,7 @@ convert_hierarchy(EggGroupNode *egg_root) {
if (!process_model_node(_tree.get_node(i))) {
return false;
}
softegg_cat.info() << i << endl;
softegg_cat.debug() << i << endl;
}
return true;
}