Skip to content

Commit

Permalink
pw_transfer: Remove unnecessary verbose log
Browse files Browse the repository at this point in the history
Change-Id: I7f35cfc29442a9eb0c2fff1e3d40fc50cf3c4211
Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/124471
Reviewed-by: Alexei Frolov <frolv@google.com>
Commit-Queue: Auto-Submit <auto-submit@pigweed.google.com.iam.gserviceaccount.com>
Pigweed-Auto-Submit: Wyatt Hepler <hepler@google.com>
  • Loading branch information
255 authored and CQ Bot Account committed Dec 15, 2022
1 parent ef77df2 commit 9f1f6cf
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ final void handleChunk(VersionedChunk chunk) {

final void handleTimeoutIfDeadlineExceeded() {
if (Instant.now().isAfter(deadline)) {
logger.atFinest().log("%s timed out since the deadline %s has passed", this, deadline);
try {
state.handleTimeout();
} catch (TransferAbortedException e) {
Expand Down

0 comments on commit 9f1f6cf

Please sign in to comment.