From 072d267d58ecd2a9236d859682e8a0e2bdf602c3 Mon Sep 17 00:00:00 2001 From: xiaodong-ji Date: Sun, 11 Aug 2024 00:42:34 +0800 Subject: [PATCH] delete print() --- diag_cmd.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/diag_cmd.py b/diag_cmd.py index d3d6d9b2..2056cfda 100644 --- a/diag_cmd.py +++ b/diag_cmd.py @@ -931,8 +931,6 @@ def init(self, cmd, args): def _do_command(self, obdiag): Util.set_option(self.opts, 'input_parameters', self.scene_input_param_map) - print("self.opts ================================>>>") - print(Util.get_option(self.opts, 'input_parameters')) return obdiag.rca_run(self.opts)