Remove log line that was left in accidentally.

llvm-svn: 196403
This commit is contained in:
Greg Clayton 2013-12-04 19:37:53 +00:00
parent 739756c0f9
commit 7749514293
1 changed files with 0 additions and 1 deletions

View File

@ -1121,7 +1121,6 @@ MachProcess::ExceptionMessageBundleComplete()
uint32_t info_array_count = 0;
if (m_task.ReadMemory(info_array_count_addr, 4, &info_array_count) == 4)
{
DNBLog ("info_array_count is 0x%x", info_array_count);
if (info_array_count == 0)
m_did_exec = true;
}