commit | c9a3dae6519fc788d33233fc1c4d1364ba129034 | [log] [tgz] |
---|---|---|
author | Marcin Niestroj <m.niestroj@emb.dev> | Wed Jan 05 23:06:37 2022 +0100 |
committer | Anas Nashif <anas.nashif@intel.com> | Wed Jan 05 19:48:18 2022 -0500 |
tree | d57f6cb018d2e7665f53c34ea344089ebd88c697 | |
parent | f735530dc8e8a2de1bf525da03582e275155a86c [diff] |
scripts: runners: esp32: remove print() call This print() call was introduced as part of commit 16571db029ed ("soc: esp32: add support to mcuboot build") probably as a leftover from debugging stage. Remove that, so flash command is not printed by default. Those commmands can be easily printed by passing -v flag to `west -v flash ...` command. Signed-off-by: Marcin Niestroj <m.niestroj@emb.dev>