Skip to content
Snippets Groups Projects
Commit 28296d6f authored by Marco Biasini's avatar Marco Biasini
Browse files

downgrade to LOG_VERBOSE

parent 33b47fa3
Branches
Tags
No related merge requests found
......@@ -471,7 +471,7 @@ void PDBReader::Import(mol::EntityHandle& ent,
}
void PDBReader::AssignMolIds(mol::EntityHandle ent) {
LOG_INFO("Assigning MOL_IDs");
LOG_VERBOSE("Assigning MOL_IDs");
for (CompndList::const_iterator compnd_iterator=compnds_.begin(), e=compnds_.end();
compnd_iterator!=e; ++compnd_iterator) {
for (std::vector<String>::const_iterator chain_iterator = compnd_iterator->chains.begin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment