Remove printf that go left in the code.
llvm-svn: 162542
This commit is contained in:
@@ -228,7 +228,6 @@ OperatingSystemPython::CreateRegisterContextForThread (Thread *thread)
|
||||
reg_context_data.GetSize()));
|
||||
if (data_sp->GetByteSize())
|
||||
{
|
||||
printf("got %zu bytes of reg ctx data\n", data_sp->GetByteSize());
|
||||
RegisterContextMemory *reg_ctx_memory = new RegisterContextMemory (*thread, 0, *GetDynamicRegisterInfo (), LLDB_INVALID_ADDRESS);
|
||||
if (reg_ctx_memory)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user