Skip to content
Snippets Groups Projects
Commit cb60b927 authored by Bienchen's avatar Bienchen
Browse files

removed debug output from parsing database_pdb_rev

parent 5d0894fa
Branches
Tags
No related merge requests found
......@@ -1316,7 +1316,6 @@ void MMCifReader::ParseDatabasePDBRev(const std::vector<StringRef>& columns)
StringRef status;
num = this->TryGetInt(columns[indices_[DPI_NUM]], "database_PDB_rev.num");
std::cout<<num<<std::endl;
if (indices_[DPI_DATE] != -1) {
date = columns[indices_[DPI_DATE]];
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment