[lldb/Test] Remove debug print in supports_hw_breakpoints.

This commit is contained in:
Jonas Devlieghere 2020-03-19 08:34:26 -07:00
parent 8758d02074
commit 99a0cbb423
1 changed files with 0 additions and 1 deletions

View File

@ -19,7 +19,6 @@ class BreakpointLocationsTestCase(TestBase):
CURRENT_EXECUTABLE_SET)
self.runCmd("breakpoint set -b main --hardware")
self.runCmd("run")
print(self.res.GetOutput())
if 'stopped' in self.res.GetOutput():
return 'Hardware breakpoints are supported'
return None