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:
Anas Nashif 2022-11-12 10:28:57 +00:00
commit 3ae7b250c7

View file

@ -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)