Remove debug string
This commit is contained in:
@@ -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__)
|
||||
|
||||
Reference in New Issue
Block a user