Skip to content

Commit 418f6bf

Browse files
DavidSpickettHoney Goyal
authored andcommitted
[lldb] Remove printf in breakpoint add command
Added in 2110db0 / llvm#156067.
1 parent 5a8931d commit 418f6bf

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/source/Commands/CommandObjectBreakpoint.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1274,7 +1274,6 @@ class CommandObjectBreakpointAddPattern : public CommandObjectRaw {
12741274
result.AppendError("no pattern to seek");
12751275
return;
12761276
}
1277-
printf("Pattern: '%s'\n", pattern.str().c_str());
12781277

12791278
Target &target =
12801279
m_dummy_options.m_use_dummy ? GetDummyTarget() : GetTarget();

0 commit comments

Comments
 (0)