Skip to content

Commit

Permalink
src/send_kcidb: remove a log line for printing compatible
Browse files Browse the repository at this point in the history
The log printing device tree compatible info was intended
for development purpose. Hence, drop it.

Signed-off-by: Jeny Sadadia <[email protected]>
  • Loading branch information
Jeny Sadadia authored and JenySadadia committed Sep 23, 2024
1 parent 394b656 commit d43492c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/send_kcidb.py
Original file line number Diff line number Diff line change
Expand Up @@ -362,7 +362,6 @@ def _parse_test_node(self, origin, test_node):
platform = test_node['data'].get('platform')
if platform:
compatible = self._platforms[platform].compatible
self.log.info(f"Compatible string: {test_node['id']}:{compatible}")

runtime = test_node['data'].get('runtime')
parsed_test_node = {
Expand Down

0 comments on commit d43492c

Please sign in to comment.