[lldb] Remove accidentally checked-in debugging code
authorPavel Labath <pavel@labath.sk>
Fri, 14 Feb 2020 08:35:13 +0000 (09:35 +0100)
committerPavel Labath <pavel@labath.sk>
Fri, 14 Feb 2020 09:21:35 +0000 (10:21 +0100)
lldb/test/API/tools/lldb-vscode/breakpoint-events/TestVSCode_breakpointEvents.py

index e99297c..e9d8260 100644 (file)
@@ -116,7 +116,3 @@ class TestVSCode_breakpointEvents(lldbvscode_testcase.VSCodeTestCaseBase):
                 "breakpoint event is has a line number")
         self.assertTrue("foo.cpp" in breakpoint['source']['path'],
                 "breakpoint event path contains foo.cpp")
-
-        output = self.get_console() # REMOVE PRIOR TO CHECKIN
-        with open("/tmp/b", "w") as f:
-            f.write(output)