summaryrefslogtreecommitdiff
path: root/scripts/LocalDriver.py
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/LocalDriver.py')
-rw-r--r--scripts/LocalDriver.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/LocalDriver.py b/scripts/LocalDriver.py
index ac1efd97a78..1f12bb21bc6 100644
--- a/scripts/LocalDriver.py
+++ b/scripts/LocalDriver.py
@@ -57,7 +57,6 @@ class Executor:
except KeyboardInterrupt:
raise
except:
- print(traceback.format_exc())
pass
results.put((result, mainThread))
if not result.isSuccess() and not self.continueOnFailure: