Skip to content

Commit 19f429a

Browse files
committed
Revert "Enable verbose watch log channel to debug x86-64-debian bot"
This reverts commit fa42589.
1 parent 9d41fba commit 19f429a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

lldb/test/API/commands/watchpoints/watchpoint_count/TestWatchpointCount.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ def test_watchpoint_count(self):
2121
first_var = frame.FindVariable("x1")
2222
second_var = frame.FindVariable("x2")
2323

24-
self.runCmd("log enable -v lldb watch")
25-
self.addTearDownHook(lambda: self.runCmd("log disable lldb watch"))
26-
2724
error = lldb.SBError()
2825
first_watch = first_var.Watch(True, False, True, error)
2926
if not error.Success():

0 commit comments

Comments
 (0)