Skip to content

Commit 22e5a09

Browse files
authored
Merge pull request #10101 from dhalbert/remove-espressif-pdmin-debug-prints
ports/espressif/common-hal/audiobusio/PDMIn.c: remove leftover debug prints
2 parents 000600a + 62c4e0d commit 22e5a09

File tree

1 file changed

+0
-2
lines changed
  • ports/espressif/common-hal/audiobusio

1 file changed

+0
-2
lines changed

ports/espressif/common-hal/audiobusio/PDMIn.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,9 +80,7 @@ bool common_hal_audiobusio_pdmin_deinited(audiobusio_pdmin_obj_t *self) {
8080
}
8181

8282
void common_hal_audiobusio_pdmin_deinit(audiobusio_pdmin_obj_t *self) {
83-
mp_printf(MP_PYTHON_PRINTER, "Deinit\n");
8483
if (common_hal_audiobusio_pdmin_deinited(self)) {
85-
mp_printf(MP_PYTHON_PRINTER, "Already deinitted, bailing\n");
8684
return;
8785
}
8886

0 commit comments

Comments
 (0)