Skip to content

Commit

Permalink
[yugabyte#9370] docdb: Remove debug leftover from binary_call_parser.cc
Browse files Browse the repository at this point in the history
Summary:
Debug log was added while working on 4c6f492/D12449.
It was not removed before landing, so this diff removes it.

Test Plan: Jenkins

Reviewers: timur

Reviewed By: timur

Subscribers: ybase

Differential Revision: https://phabricator.dev.yugabyte.com/D12555
  • Loading branch information
spolitov authored and radekg committed Aug 12, 2021
1 parent 55a0960 commit bdd09b0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/yb/rpc/binary_call_parser.cc
Expand Up @@ -116,7 +116,6 @@ Result<ProcessCallsResult> BinaryCallParser::Parse(
}

MemTracker* blocking_mem_tracker = nullptr;
LOG(INFO) << "Root consumption: " << MemTracker::GetRootTracker()->consumption();
if (buffer_tracker_->TryConsume(call_data_size, &blocking_mem_tracker)) {
call_data_consumption_ = ScopedTrackedConsumption(
buffer_tracker_, call_data_size, AlreadyConsumed::kTrue);
Expand Down

0 comments on commit bdd09b0

Please sign in to comment.