Remove a couple of log statements.
authorZachary Turner <zturner@google.com>
Tue, 19 Mar 2019 16:26:08 +0000 (16:26 +0000)
committerZachary Turner <zturner@google.com>
Tue, 19 Mar 2019 16:26:08 +0000 (16:26 +0000)
commit66158c00f9498afaa44bb041210bec8ce82c8d5e
tree5cbbc60304d5218a7c430036ef244240ea80f96d
parenta56f2822d0d3ff3ac1d289a8b7834d7f90415f6d
Remove a couple of log statements.

These log statements have questionable value, and hinder the effort
of separating the high and low level DWARF parsing interfaces inside
of LLDB.  Removing them for now, and if/when we need such log statements
again in the future, we can add them back (if possible) or introduce a
mechanism for logging from the low-level interface in such a way that it
isn't coupled to the high level interface.

Differential Revision: https://reviews.llvm.org/D59498

llvm-svn: 356469
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFDebugInfo.cpp
lldb/source/Plugins/SymbolFile/DWARF/DWARFUnit.cpp