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:
parent
11447e4463
commit
5ad5b95fde
1 changed files with 0 additions and 1 deletions
|
|
@ -439,7 +439,6 @@ class TestPlan:
|
||||||
raise Exception(f"Duplicate platform identifier {platform.name} found")
|
raise Exception(f"Duplicate platform identifier {platform.name} found")
|
||||||
if not platform.twister:
|
if not platform.twister:
|
||||||
return
|
return
|
||||||
logger.debug(f"Adding platform {platform.name} with aliases {platform.aliases}")
|
|
||||||
self.platforms.append(platform)
|
self.platforms.append(platform)
|
||||||
|
|
||||||
for board in known_boards.values():
|
for board in known_boards.values():
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue