Skip to content

Commit 1fecc90

Browse files
committed
remove some debug prints
1 parent 2919dcd commit 1fecc90

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

adafruit_pycamera/__init__.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,8 +159,6 @@ class PyCamera: # pylint: disable=too-many-instance-attributes,too-many-public-
159159
# espcamera.FrameSize.P_FHD, # 1080x1920
160160
espcamera.FrameSize.QSXGA, # 2560x1920
161161
)
162-
combined_list = list(zip(resolutions, resolution_to_frame_size))
163-
print(combined_list)
164162

165163
effects = (
166164
"Normal",

0 commit comments

Comments
 (0)