Skip to content

Commit

Permalink
[lldb] Remove an extraneous printf statement. (llvm#130453)
Browse files Browse the repository at this point in the history
This was missed in review but is showing up in lldb-dap output.
  • Loading branch information
ashgti authored Mar 10, 2025
1 parent 6a9df5b commit 502385c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lldb/source/Host/macosx/objcxx/MemoryMonitorMacOSX.mm
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ void Start() override {
}
});
dispatch_activate(m_memory_pressure_source);
printf("Started\n");
}

void Stop() override {
Expand Down

0 comments on commit 502385c

Please sign in to comment.