Skip to content

Commit

Permalink
chore: remove fetch console log
Browse files Browse the repository at this point in the history
  • Loading branch information
martinstark committed Apr 19, 2024
1 parent 7c84c3b commit da79f87
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/api/handle-fetch-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,5 @@ export const handleFetchRequest = async <T>(
);
}

if (text || json) {
console.log("Request response:", text || json);
}

return text || json;
};

0 comments on commit da79f87

Please sign in to comment.