From 4a1de6383316703d08cc371d9f98045cec22b44d Mon Sep 17 00:00:00 2001 From: Piotr Jarosik Date: Thu, 14 Apr 2022 09:47:13 +0200 Subject: [PATCH] Removed debug print. --- api/python/arrus/utils/imaging.py | 1 - 1 file changed, 1 deletion(-) diff --git a/api/python/arrus/utils/imaging.py b/api/python/arrus/utils/imaging.py index bb872dada..faab51b91 100644 --- a/api/python/arrus/utils/imaging.py +++ b/api/python/arrus/utils/imaging.py @@ -2044,7 +2044,6 @@ def prepare(self, const_metadata: arrus.metadata.ConstMetadata): n_samples = next(iter(n_samples_set)) batch_size = fcm.batch_size self.output_shape = (batch_size, n_frames, n_samples, n_channels) - print(self.output_shape) self._output_buffer = xp.zeros(shape=self.output_shape, dtype=xp.int16) if xp == np: # CPU