Skip to content

Commit

Permalink
Removes call to debugMol that logs to std::err (rdkit#7690)
Browse files Browse the repository at this point in the history
  • Loading branch information
bp-kelley committed Aug 6, 2024
1 parent 1790de8 commit 3d972a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Code/GraphMol/DetermineBonds/DetermineBonds.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,6 @@ void addBondOrdering(RWMol &mol,
}

if (MolOps::getFormalCharge(mol) != charge) {
mol.debugMol(std::cerr);
std::stringstream ss;
ss << "Final molecular charge (" << charge << ") does not match input ("
<< MolOps::getFormalCharge(mol)
Expand Down

0 comments on commit 3d972a9

Please sign in to comment.