Skip to content

Commit 015bfb6

Browse files
authored
remove debug print
1 parent d999a88 commit 015bfb6

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

shared-module/sdcardio/SDCard.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,6 @@ STATIC int writeblocks(sdcardio_sdcard_obj_t *self, uint32_t start_block, mp_buf
477477

478478
int common_hal_sdcardio_sdcard_sync(sdcardio_sdcard_obj_t *self) {
479479
common_hal_sdcardio_check_for_deinit(self);
480-
mp_printf(&mp_plat_print, "sd sync\n");
481480
lock_and_configure_bus(self);
482481
int r = exit_cmd25(self);
483482
extraclock_and_unlock_bus(self);

0 commit comments

Comments
 (0)