Skip to content

Commit

Permalink
chore: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikitin committed Nov 19, 2024
1 parent bb4c16c commit 497c523
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/scratchFetch.js
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ const applyMetadata = options => {
*/
const scratchFetch = (resource, options) => {
const augmentedOptions = applyMetadata(options);
console.log('scratchFetch', resource, augmentedOptions, 'call crossFetch.fetch', fetch);
return fetch(resource, augmentedOptions);
};

Expand Down

0 comments on commit 497c523

Please sign in to comment.