From f9a2d49244336780950429d291f3b6fc99fc8772 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Erik=20Fr=C3=B6jdh?= Date: Thu, 21 Nov 2024 10:22:22 +0100 Subject: [PATCH] removed extra print --- src/RawFile.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/RawFile.cpp b/src/RawFile.cpp index bd5733e..f8883d7 100644 --- a/src/RawFile.cpp +++ b/src/RawFile.cpp @@ -99,10 +99,7 @@ void RawFile::open_subfiles() { for (size_t i = 0; i != n_subfiles; ++i) { auto v = std::vector(n_subfile_parts); for (size_t j = 0; j != n_subfile_parts; ++j) { - fmt::print("{} pos: {},{}\n", j,positions[j].row, positions[j].col); - auto pos = m_module_pixel_0[j]; - fmt::print("{} pos: {},{}\n", j,pos.y, pos.x); v[j] = new RawSubFile(m_master.data_fname(j, i), m_master.detector_type(), pos.height, pos.width, m_master.bitdepth(),