Skip to content

Commit

Permalink
Remove std::cout in structurerescorediagonal
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-steinegger committed Dec 26, 2023
1 parent 7b68363 commit f05703d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/strucclustutils/structurerescorediagonal.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -358,7 +358,6 @@ int structureungappedalign(int argc, const char **argv, const Command& command)
res.backtrace,
targetCaData, &targetCaData[res.dbLen],
&targetCaData[res.dbLen+res.dbLen]);
std::cout << lddtres.avgLddtScore << std::endl;
if(lddtres.avgLddtScore < par.lddtThr){
continue;
}
Expand Down

0 comments on commit f05703d

Please sign in to comment.