Skip to content

Commit

Permalink
Removed console.log for prod usage
Browse files Browse the repository at this point in the history
  • Loading branch information
krishanthisera committed Jul 25, 2022
1 parent 6705f0e commit caf0a35
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/prerender-proxy/lib/handlers/cache-control.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,5 @@ export const handler = async (event: CloudFrontResponseEvent): Promise<CloudFron
}
]
}
console.log(JSON.stringify(response.headers));
return response;
}

0 comments on commit caf0a35

Please sign in to comment.