Skip to content

Commit 8838b18

Browse files
committed
blobs/m900: remove duplicate echo before check_outputs
parse_params had an echo that printed before check_outputs was called, unlike other blob scripts where the message appears after the pre-check. Signed-off-by: Thierry Laurion <insurgo@riseup.net>
1 parent 1396543 commit 8838b18

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

blobs/m900/m900_download_clean_deguard_me.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,6 @@ function parse_params() {
128128
fi
129129
me_cleaned="${output_dir}/me_cleaned.bin"
130130
me_deguarded="${output_dir}/m900_me.bin"
131-
echo "Writing cleaned and deguarded ME to ${me_deguarded}"
132131
}
133132

134133

0 commit comments

Comments
 (0)