remove debugging print

This commit is contained in:
Jeff Epler 2023-03-23 21:06:53 -05:00
parent e2565e2305
commit e1c8a3062a
No known key found for this signature in database
GPG Key ID: D5BF15AB975AB4DE
1 changed files with 0 additions and 1 deletions

View File

@ -284,7 +284,6 @@ static void i2s_fill_buffer(i2s_t *self) {
static void i2s_callback_fun(void *self_in) {
i2s_t *self = self_in;
mp_printf(&mp_plat_print, ".");
i2s_fill_buffer(self);
}