From 1451be88ec2d0eb81903e0595739bf1916fb2a9b Mon Sep 17 00:00:00 2001 From: dbrundu Date: Fri, 3 Jul 2026 19:07:31 +0200 Subject: [PATCH] Commented out some debug prints to avoid stdout noise --- hydra/detail/fftw/BaseFFTW.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/hydra/detail/fftw/BaseFFTW.h b/hydra/detail/fftw/BaseFFTW.h index 4255eceb2..0b52640e9 100644 --- a/hydra/detail/fftw/BaseFFTW.h +++ b/hydra/detail/fftw/BaseFFTW.h @@ -250,8 +250,8 @@ class BaseFFTW void LoadInput(int size, const InputType* data ) { - std::cout << "size "<< size<