Skip to content

Commit

Permalink
Remove comments
Browse files Browse the repository at this point in the history
  • Loading branch information
lukestanley committed May 4, 2023
1 parent 7133088 commit 490d28d
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions lib/cors-anywhere.js
Original file line number Diff line number Diff line change
Expand Up @@ -323,10 +323,6 @@ function getHandler(options, proxy) {
var location = parseURL(req.headers['target-url']);



//console.log('incoming request for '+location);
//console.log(location);

if (corsAnywhere.handleInitialRequest && corsAnywhere.handleInitialRequest(req, res, location)) {
return;
}
Expand Down

0 comments on commit 490d28d

Please sign in to comment.