Skip to content

Commit c9fd68e

Browse files
committed
PNGDEC: Remove PNG RAM debug text.
1 parent 5a92a9c commit c9fd68e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

micropython/modules/pngdec/pngdec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@ mp_obj_t _PNG_make_new(const mp_obj_type_t *type, size_t n_args, size_t n_kw, co
270270
self->base.type = &PNG_type;
271271
self->png = m_new_class(PNG);
272272

273-
mp_printf(&mp_plat_print, "PNG RAM %fK\n", sizeof(PNG) / 1024.0f);
273+
//mp_printf(&mp_plat_print, "PNG RAM %fK\n", sizeof(PNG) / 1024.0f);
274274

275275
ModPicoGraphics_obj_t *graphics = (ModPicoGraphics_obj_t *)MP_OBJ_TO_PTR(args[ARG_picographics].u_obj);
276276

0 commit comments

Comments
 (0)