From b01888da31818c30386b7227f0601f5f45343dc3 Mon Sep 17 00:00:00 2001 From: vahid Date: Fri, 19 May 2023 14:50:59 +0200 Subject: [PATCH] delete printing resized image shape --- qurator/eynollah/eynollah.py | 1 - 1 file changed, 1 deletion(-) diff --git a/qurator/eynollah/eynollah.py b/qurator/eynollah/eynollah.py index ceea2fe..a408b42 100644 --- a/qurator/eynollah/eynollah.py +++ b/qurator/eynollah/eynollah.py @@ -2834,7 +2834,6 @@ class Eynollah: self.reset_file_name_dir(os.path.join(self.dir_in,img_name)) img_res, is_image_enhanced, num_col_classifier, num_column_is_classified = self.run_enhancement(self.light_version) - print(img_res.shape) self.logger.info("Enhancing took %.1fs ", time.time() - t0) t1 = time.time()