From dfc47a8dec7029e567790ac867bfd49e8645340d Mon Sep 17 00:00:00 2001 From: Cole Deck Date: Thu, 5 Dec 2019 21:42:50 -0600 Subject: [PATCH] remove extra comment --- main.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/main.py b/main.py index 769639d..8541447 100644 --- a/main.py +++ b/main.py @@ -152,9 +152,4 @@ for c in cnts: # show the output image cv2.imshow("Screw Length Detection", orig) - cv2.waitKey(0) - - -# Screw Sizing - - + cv2.waitKey(0) \ No newline at end of file