Skip to content

Commit a6277dd

Browse files
nashifkartben
authored andcommitted
twister: remove stray debug message
Remove leftover debug message. Signed-off-by: Anas Nashif <[email protected]>
1 parent 8f25922 commit a6277dd

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

scripts/pylib/twister/twisterlib/handlers.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,6 @@ def _update_instance_info(self, harness, failure_type=FailureType.NONE):
207207
else:
208208
self.instance.reason = self.instance.reason or "Unknown Error"
209209
elif harness.status != TwisterStatus.NONE:
210-
print("got in here with status " + str(harness.status))
211210
self.instance.status = harness.status
212211
if harness.status in [TwisterStatus.FAIL, TwisterStatus.ERROR]:
213212
self.instance.reason = harness.reason

0 commit comments

Comments
 (0)