From bc38679b07cb92569c0e3180c287cb9d50c7620b Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Fri, 24 Aug 2012 06:43:15 +0000 Subject: Remove printf that go left in the code. llvm-svn: 162542 --- lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp') diff --git a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp index 92d986c..cf4cac5 100644 --- a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp +++ b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp @@ -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) { -- cgit v1.1