From edee504be53dd9f889d8039539717580c8cd3921 Mon Sep 17 00:00:00 2001 From: Rachel Colquhoun Date: Thu, 15 May 2025 12:57:57 +0100 Subject: [PATCH] remove print which shouldn't still exist --- include/result.hpp | 1 - 1 file changed, 1 deletion(-) diff --git a/include/result.hpp b/include/result.hpp index f6dddb3..e6661af 100644 --- a/include/result.hpp +++ b/include/result.hpp @@ -194,7 +194,6 @@ class Result auto & read_entry = read_record.read; const auto & record = read_record.record; auto category_index = classify_read(read_entry, dehost); - std::cout << +category_index << (category_index < std::numeric_limits::max()) << std::endl; if (run_extract_ and extract_handles_.find(category_index) != extract_handles_.end()){ if (read_record.is_paired) {