From 69f5fdf8e1be08b4c9f76795d7d211a1f80ece3e Mon Sep 17 00:00:00 2001 From: Ivan Kravets Date: Thu, 19 Mar 2020 01:05:12 +0200 Subject: [PATCH] Remove debug code --- platformio/commands/debug/server.py | 1 - 1 file changed, 1 deletion(-) diff --git a/platformio/commands/debug/server.py b/platformio/commands/debug/server.py index a129a6aa..a74b1684 100644 --- a/platformio/commands/debug/server.py +++ b/platformio/commands/debug/server.py @@ -69,7 +69,6 @@ class DebugServer(BaseProcess): openocd_pipe_allowed = all( [not self.debug_options["port"], "openocd" in server_executable] ) - openocd_pipe_allowed = False if openocd_pipe_allowed: args = [] if server["cwd"]: