1
0

Remove debug string

This commit is contained in:
Erick
2022-06-30 19:47:17 +02:00
committed by GitHub
parent 5f9765955a
commit a742ee6462
-3
View File
@@ -16,6 +16,3 @@ for filename in os.listdir(inputFolder):
cv2.imwrite(os.path.join(outputFolder, filename), img_res)
else:
continue
#debug string
print(cv2.__version__)