Skip to content

Commit 4bd514d

Browse files
author
meister
committed
Remove message
1 parent 00e0b7f commit 4bd514d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/llvmo/code.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ std::string Library_O::__repr__() const {
258258

259259
void Library_O::fixupInternalsForSnapshotSaveLoad(snapshotSaveLoad::Fixup *fixup) {
260260
if (snapshotSaveLoad::operation(fixup) == snapshotSaveLoad::LoadOp) {
261-
printf("%s:%d:%s for Library_O - resetting pointers for DWARFContext - make sure this works\n", __FILE__, __LINE__, __FUNCTION__ );
261+
// printf("%s:%d:%s for Library_O - resetting pointers for DWARFContext - make sure this works\n", __FILE__, __LINE__, __FUNCTION__ );
262262
this->_MemoryBuffer = unbound<MemoryBuffer_O>();
263263
this->_ObjectFile.release();
264264
this->_DWARFContext = unbound<DWARFContext_O>();

0 commit comments

Comments
 (0)