Skip to content

Commit c7b7e22

Browse files
committed
remove debug print
1 parent a8b81ce commit c7b7e22

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

shared-bindings/dotclockframebuffer/DotClockFramebuffer.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,6 @@ STATIC mp_obj_t dotclockframebuffer_framebuffer_make_new(const mp_obj_type_t *ty
166166
validate_list_is_free_pins(MP_QSTR_green, green_pins, (mp_int_t)MP_ARRAY_SIZE(green_pins), args[ARG_green].u_obj, &num_green);
167167
validate_list_is_free_pins(MP_QSTR_blue, blue_pins, (mp_int_t)MP_ARRAY_SIZE(blue_pins), args[ARG_blue].u_obj, &num_blue);
168168

169-
mp_printf(&mp_plat_print, "#red=%d #green=%d #blue=%d\n", num_red, num_green, num_blue);
170-
171169
dotclockframebuffer_framebuffer_obj_t *self = &allocate_display_bus_or_raise()->dotclock;
172170
self->base.type = &dotclockframebuffer_framebuffer_type;
173171

0 commit comments

Comments
 (0)