diff --git a/scripts/west_commands/runners/esp32.py b/scripts/west_commands/runners/esp32.py index 22e1359a935..e2f7a3c3c7e 100644 --- a/scripts/west_commands/runners/esp32.py +++ b/scripts/west_commands/runners/esp32.py @@ -116,5 +116,4 @@ class Esp32BinaryRunner(ZephyrBinaryRunner): self.logger.info("Flashing esp32 chip on {} ({}bps)". format(self.device, self.baud)) - print(cmd_flash) self.check_call(cmd_flash)