Remove printf that go left in the code.

llvm-svn: 162542
This commit is contained in:
Greg Clayton 2012-08-24 06:43:15 +00:00
parent 6ed1f85c24
commit bc38679b07
1 changed files with 0 additions and 1 deletions

View File

@ -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)
{