From e0fe8114631aa99cbd12dc6eb894dc42547037a7 Mon Sep 17 00:00:00 2001 From: Kabooshki Date: Wed, 18 Sep 2024 12:19:58 -0500 Subject: [PATCH] removed debug function --- main.py | 1 - 1 file changed, 1 deletion(-) diff --git a/main.py b/main.py index 2ea07cc..1aafc97 100644 --- a/main.py +++ b/main.py @@ -24,7 +24,6 @@ for filename in os.listdir(directory): cv2.imshow(data, ROI) cv2.waitKey(1) manpage = input("please input the number on the page (if the title is correct, enter nothing)") - print(manpage) #check if the new name already exists if manpage == "\n": rng = numpy.random.default_rng().random()