Skip to content

Commit 5ad5b95

Browse files
nashifmmahadevan108
authored andcommitted
twister: remove verbose debug message about adding platforms
This is very verbose and very long sometimes getting the way when trying to debug a problem. Signed-off-by: Anas Nashif <[email protected]>
1 parent 11447e4 commit 5ad5b95

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/pylib/twister/twisterlib/testplan.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -439,7 +439,6 @@ def init_and_add_platforms(data, board, target, qualifier, aliases):
439439
raise Exception(f"Duplicate platform identifier {platform.name} found")
440440
if not platform.twister:
441441
return
442-
logger.debug(f"Adding platform {platform.name} with aliases {platform.aliases}")
443442
self.platforms.append(platform)
444443

445444
for board in known_boards.values():

0 commit comments

Comments
 (0)