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 <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2024-10-30 08:46:12 -04:00 committed by Mahesh Mahadevan
parent 11447e4463
commit 5ad5b95fde

View file

@ -439,7 +439,6 @@ class TestPlan:
raise Exception(f"Duplicate platform identifier {platform.name} found")
if not platform.twister:
return
logger.debug(f"Adding platform {platform.name} with aliases {platform.aliases}")
self.platforms.append(platform)
for board in known_boards.values():