Remove debug print

This commit is contained in:
Phil Howard 2022-05-26 13:19:42 +01:00
parent 73f73a0ac5
commit 1cd58ed298
1 changed files with 0 additions and 2 deletions

View File

@ -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);
}