Skip to content

Commit

Permalink
remove memtracker DLOG (#5224)
Browse files Browse the repository at this point in the history
  • Loading branch information
codesigner authored Jan 9, 2023
1 parent 991c19c commit f0b516a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/common/memory/MemoryTracker.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ThreadMemoryStats::~ThreadMemoryStats() {
// Return to global any reserved bytes on destruction
if (reserved != 0) {
MemoryStats::instance().freeGlobal(reserved);
DLOG(INFO) << std::this_thread::get_id() << " return reserved " << reserved;
}
}

Expand Down

0 comments on commit f0b516a

Please sign in to comment.