Skip to content

Commit

Permalink
remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
jepler authored Oct 25, 2021
1 parent d999a88 commit 015bfb6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion shared-module/sdcardio/SDCard.c
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,6 @@ STATIC int writeblocks(sdcardio_sdcard_obj_t *self, uint32_t start_block, mp_buf

int common_hal_sdcardio_sdcard_sync(sdcardio_sdcard_obj_t *self) {
common_hal_sdcardio_check_for_deinit(self);
mp_printf(&mp_plat_print, "sd sync\n");
lock_and_configure_bus(self);
int r = exit_cmd25(self);
extraclock_and_unlock_bus(self);
Expand Down

0 comments on commit 015bfb6

Please sign in to comment.