Skip to content

Commit

Permalink
chore: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jvandenaardweg committed Dec 6, 2022
1 parent cb94011 commit 186da0a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/http-request.ts
Original file line number Diff line number Diff line change
Expand Up @@ -55,8 +55,6 @@ export const httpRequest = <T>(
...options,
} satisfies RequestOptions;

console.log(url, requestOptions);

const req = request(requestOptions, (res) => {
const body = new Array<Buffer | string>();
const statusText = res.statusMessage;
Expand Down

0 comments on commit 186da0a

Please sign in to comment.