Skip to content

Commit 8662acf

Browse files
committed
Remove debugging print's.
1 parent ecda9b3 commit 8662acf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/test/API/functionalities/inline-stepping/TestInlineStepping.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,6 @@ def run_to_call_site_and_step(self, source_regex, func_name, start_pos):
381381

382382
self.assertTrue(result, "Got a location description")
383383
desc = strm.GetData()
384-
print(f"Description:\n{desc}\n")
385384
self.assertIn(f"calling.cpp:{call_site_line_num}", desc, "Right line listed")
386385
# We don't get the function name right yet - so we omit it in printing.
387386
# Turn on this test when that is working.

0 commit comments

Comments
 (0)