Skip to content

Commit

Permalink
chore: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
apotdevin committed Sep 12, 2021
1 parent da8507a commit 4ffde12
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion server/utils/fetch.ts
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ export const graphqlFetchWithProxy = async (
})
.then(res => res.json() as any)
.then(result => {
logger.silly(result);
const { data, errors } = result;
return {
data,
Expand Down

0 comments on commit 4ffde12

Please sign in to comment.