Skip to content

Commit

Permalink
fix: do not log warning on failed retry (storacha#976)
Browse files Browse the repository at this point in the history
Is misleading to users - looks like things have failed when they are
being retried automatically.
  • Loading branch information
Alan Shaw authored Oct 18, 2023
1 parent 81f4f74 commit 25b51ce
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/upload-client/src/store.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,6 @@ export async function add(
}
},
{
onFailedAttempt: console.warn,
retries: options.retries ?? REQUEST_RETRIES,
}
)
Expand Down

0 comments on commit 25b51ce

Please sign in to comment.