Skip to content

Commit 6da1e21

Browse files
committed
Deleting superfluos debug output
1 parent 136f0bf commit 6da1e21

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/utility/ota/FlashSHA256.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,6 @@ String FlashSHA256::calc(uint32_t const start_addr, uint32_t const max_flash_siz
7373
if (chunk[valid_bytes_in_chunk-1] != 0xFF)
7474
break;
7575
}
76-
DBG_VERBOSE("FlashSHA256::calc: end of firmware, %d valid bytes in last read chunk", valid_bytes_in_chunk);
7776
/* Update with the remaining bytes. */
7877
sha256.update(chunk, valid_bytes_in_chunk);
7978
break;

0 commit comments

Comments
 (0)