Skip to content

Commit 98dd683

Browse files
committed
turn off another debug message
1 parent 4507369 commit 98dd683

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

adafruit_pycamera.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ def autofocus_status(self):
357357
return self.read_camera_register(_OV5640_CMD_FW_STATUS)
358358

359359
def _print_focus_status(self, msg):
360-
if True:
360+
if False:
361361
print(f"{msg:36} status={self.autofocus_status:02x} busy?={self.read_camera_register(_OV5640_CMD_ACK):02x}")
362362

363363
def _send_autofocus_command(self, command, msg):

0 commit comments

Comments
 (0)