Commit 059b1313 authored by James Vecore's avatar James Vecore Committed by Chromium LUCI CQ

[Nearby] Remove progress log spam

Payload progress percent logging tends to spam logs and is rarely if
ever useful.

Change-Id: I4eeb5abcc934cdf8b763e924c4a2ac1d0e5658e3
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2627167
Auto-Submit: James Vecore <vecore@google.com>
Commit-Queue: Josh Nohle <nohle@chromium.org>
Reviewed-by: default avatarJosh Nohle <nohle@chromium.org>
Cr-Commit-Position: refs/heads/master@{#843039}
parent 0f51a935
...@@ -128,8 +128,6 @@ void PayloadTracker::OnTransferUpdate() { ...@@ -128,8 +128,6 @@ void PayloadTracker::OnTransferUpdate() {
return; return;
} }
NS_LOG(VERBOSE) << __func__ << ": Payloads are in progress at " << percent
<< " percent.";
last_update_progress_ = current_progress; last_update_progress_ = current_progress;
last_update_timestamp_ = current_time; last_update_timestamp_ = current_time;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment