mirror of
https://github.com/pybricks/pybricks-code.git
synced 2026-09-14 10:35:11 +00:00
firmware/sagas: revert debug changes
This was missed in the last commit.
This commit is contained in:
committed by
David Lechner
parent
236ad56148
commit
a308303f07
@@ -543,7 +543,7 @@ function* handleFlashFirmware(action: ReturnType<typeof flashFirmware>): Generat
|
||||
|
||||
if (response.checksum !== runningChecksum) {
|
||||
// istanbul ignore next
|
||||
if (process.env.NODE_ENV === 'test') {
|
||||
if (process.env.NODE_ENV !== 'test') {
|
||||
console.error(
|
||||
`checksum: got ${hex(response.checksum, 2)} expected ${hex(
|
||||
runningChecksum,
|
||||
|
||||
Reference in New Issue
Block a user