Remove debug code

This commit is contained in:
Ivan Kravets
2020-03-19 01:05:12 +02:00
parent fe1ad35cad
commit 69f5fdf8e1

View File

@ -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"]: