Remove debug print
This commit is contained in:
parent
73f73a0ac5
commit
1cd58ed298
|
@ -187,8 +187,6 @@ mp_obj_t GenericST7789Parallel_make_new(const mp_obj_type_t *type, size_t n_args
|
|||
self->st7789->configure_display(true);
|
||||
}
|
||||
|
||||
mp_printf(&mp_plat_print, "ST7789Generic - %lu\n", sizeof(ST7789Generic));
|
||||
|
||||
return MP_OBJ_FROM_PTR(self);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue