Skip to content
Snippets Groups Projects
Commit fca3e2fe authored by Valerio Mariani's avatar Valerio Mariani
Browse files

Removed debugging output

parent a2a884d0
No related branches found
No related tags found
No related merge requests found
......@@ -63,7 +63,6 @@ void write_atom(std::ostream& ostr, FormattedLine& line,
const mol::AtomHandle& atom, int atomnum,
bool is_pqr, bool charmm_style)
{
std::cout << atom << std::endl;
mol::ResidueHandle res=atom.GetResidue();
char ins_code=res.GetNumber().GetInsCode();
StringRef record_name(atom.IsHetAtom() ? "HETATM" : "ATOM ", 6);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment