Skip to content
This repository has been archived by the owner on Dec 11, 2023. It is now read-only.

Commit

Permalink
unnecessary logs removed
Browse files Browse the repository at this point in the history
  • Loading branch information
adityapatadia committed Aug 16, 2019
1 parent 990394d commit f005b7e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -161,10 +161,6 @@ class CacheableRequest {
return;
}

if (Buffer.isBuffer(body) && body.byteLength == 0) {
console.log('ZERO_LENGTH_RESPONSE was received from other server....');
}

const value = {
cachePolicy: response.cachePolicy.toObject(),
url: response.url,
Expand Down

0 comments on commit f005b7e

Please sign in to comment.