From a564a7c812cc438534d6a82727d155ea1e1a5adf Mon Sep 17 00:00:00 2001 From: Chris Cannam Date: Tue, 7 Jun 2022 09:06:37 +0100 Subject: [PATCH] Minor tidy --- src/common/MovingMedian.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/MovingMedian.h b/src/common/MovingMedian.h index c9a60ba..37a2d98 100644 --- a/src/common/MovingMedian.h +++ b/src/common/MovingMedian.h @@ -128,7 +128,7 @@ private: std::cout << "]" << std::endl; std::cout << "toDrop = " << toDrop << ", dropIx = " << dropIx << std::endl; - std::cout << "toPut = " << toPut /* << ", putIx = " << putIx */ << std::endl; + std::cout << "toPut = " << toPut << std::endl; if (m_sorted[dropIx] != toDrop) { throw std::runtime_error("element not found"); }