Skip to content

Commit

Permalink
delete print()
Browse files Browse the repository at this point in the history
  • Loading branch information
xiaodong-ji committed Aug 10, 2024
1 parent d70d6f8 commit 072d267
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions diag_cmd.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)


Expand Down

0 comments on commit 072d267

Please sign in to comment.