Skip to content

Commit 502385c

Browse files
authored
[lldb] Remove an extraneous printf statement. (#130453)
This was missed in review but is showing up in lldb-dap output.
1 parent 6a9df5b commit 502385c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Host/macosx/objcxx/MemoryMonitorMacOSX.mm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ void Start() override {
3232
}
3333
});
3434
dispatch_activate(m_memory_pressure_source);
35-
printf("Started\n");
3635
}
3736

3837
void Stop() override {

0 commit comments

Comments
 (0)