twister: do not log on waiting for devices
Do not log anything about waiting for devices, this is very noisy in some environments. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
parent
1ffeaac92a
commit
3ae7b250c7
1 changed files with 0 additions and 1 deletions
|
@ -445,7 +445,6 @@ class DeviceHandler(Handler):
|
|||
|
||||
hardware = self.device_is_available(self.instance)
|
||||
while not hardware:
|
||||
logger.debug("Waiting for device {} to become available".format(self.instance.platform.name))
|
||||
time.sleep(1)
|
||||
hardware = self.device_is_available(self.instance)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue