Skip to content

Commit

Permalink
fix: cleanup test console
Browse files Browse the repository at this point in the history
  • Loading branch information
agerard-godaddy committed Nov 26, 2024
1 parent 5db1bc3 commit 5d3cc04
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/gasket-request/lib/request.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import { WeakPromiseKeeper } from './keeper.js';
*/
export class GasketRequest {
constructor(normalizedRequest) {
console.log('normalizedRequest:', normalizedRequest);
this.headers = normalizedRequest.headers;
this.cookies = normalizedRequest.cookies;
this.query = normalizedRequest.query;
Expand Down

0 comments on commit 5d3cc04

Please sign in to comment.