diff --git a/lasertrack.py b/lasertrack.py index d70a4e2..f37ce3a 100755 --- a/lasertrack.py +++ b/lasertrack.py @@ -91,7 +91,6 @@ class MyRgbProcess(RgbProcess): if not self.isVisible: print ("Visible") self.isVisible = True - print(maxLoc) img1_objects = cv2.rectangle(img1_objects,rect[0],rect[1],(255,0,0),1) errorX = float(x)-self.res[0]/2 errorY = float(y)-self.res[1]/2