From 898aac9d5cfbda6285e5a3ea46de25c358b50929 Mon Sep 17 00:00:00 2001 From: Jamie Smith Date: Sun, 15 Dec 2024 16:15:07 -0800 Subject: [PATCH] Oops remove log --- boot/bootutil/src/swap_scratch.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/boot/bootutil/src/swap_scratch.c b/boot/bootutil/src/swap_scratch.c index fbf7d3a36..389cca1c9 100644 --- a/boot/bootutil/src/swap_scratch.c +++ b/boot/bootutil/src/swap_scratch.c @@ -174,8 +174,6 @@ boot_slots_compatible(struct boot_loader_state *state) j = sz1 = secondary_slot_sz = 0; smaller = 0; while (i < num_sectors_primary || j < num_sectors_secondary) { - BOOT_LOG_DBG("i = %zu, j = %zu, sz0 = %zu, sz1 = %zu\n", i, j, primary_slot_sz, secondary_slot_sz); - // Make sure that the boot_img_sector_size() calls below don't access undefined memory. if(i >= BOOT_MAX_IMG_SECTORS || j >= BOOT_MAX_IMG_SECTORS) {