From ac7decab7c6f69ffbd5f4fee91d299d0d6c9754f Mon Sep 17 00:00:00 2001 From: Greg Clayton Date: Tue, 16 Apr 2013 20:56:13 +0000 Subject: Remove a debug print statement that I left in. llvm-svn: 179623 --- lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp | 2 -- 1 file changed, 2 deletions(-) (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 650c713..acacea4 100644 --- a/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp +++ b/lldb/source/Plugins/OperatingSystem/Python/OperatingSystemPython.cpp @@ -195,8 +195,6 @@ OperatingSystemPython::UpdateThreadList (ThreadList &old_thread_list, ThreadList { ThreadList core_thread_list(new_thread_list); - threads_list.Dump(); // REMOVE THIS - uint32_t i; const uint32_t num_threads = threads_list.GetSize(); for (i=0; i