Remove a debug print statement that I left in.

llvm-svn: 179623
This commit is contained in:
Greg Clayton 2013-04-16 20:56:13 +00:00
parent 847a5c3d8f
commit ac7decab7c
1 changed files with 0 additions and 2 deletions

View File

@ -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<num_threads; ++i)