summaryrefslogtreecommitdiffstats
path: root/lldb/packages/Python/lldbsuite/test/python_api/sbdata
diff options
context:
space:
mode:
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api/sbdata')
-rw-r--r--lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py b/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
index 6bdf9a2036e..9af1d2504d0 100644
--- a/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
+++ b/lldb/packages/Python/lldbsuite/test/python_api/sbdata/TestSBData.py
@@ -74,10 +74,6 @@ class SBDataAPICase(TestBase):
print(foobar)
data = foobar.GetPointeeData(0, 2)
-
- if self.TraceOn():
- print(data)
-
offset = 0
error = lldb.SBError()
OpenPOWER on IntegriCloud