Skip to content

Commit

Permalink
util/arm_einj.py: remove a debug print
Browse files Browse the repository at this point in the history
This was meant only for testing argument handling. Remove it.

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
  • Loading branch information
mchehab committed Jul 10, 2024
1 parent 21f8c15 commit 187cae5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions util/arm_einj.py
Original file line number Diff line number Diff line change
Expand Up @@ -201,8 +201,6 @@ def __init__(self, args=None, arm=None):
self.args = args
return

print("ARGS:", args)

pei = {}
ctx = {}
vendor = {}
Expand Down

0 comments on commit 187cae5

Please sign in to comment.