Remove debug statement

This commit is contained in:
Maarten L. Hekkelman
2026-03-31 08:41:04 +02:00
parent 187d7fc314
commit 9268aa3cfc

View File

@@ -41,10 +41,6 @@ TEST_CASE("reconstruct")
for (std::filesystem::directory_iterator i(gTestDir / "reconstruct"); i != std::filesystem::directory_iterator{}; ++i)
{
if (i->path().filename().string() != "9d3j_fixDMC.cif")
continue;
std::cout << i->path() << '\n';
if (i->path().extension() == ".pdb")