Skip to content

Commit

Permalink
update server
Browse files Browse the repository at this point in the history
  • Loading branch information
oviecodes committed Aug 9, 2023
1 parent 1fc071f commit 0e0c244
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/adapters/http/server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -78,9 +78,7 @@ class HttpAdapter extends Adapter {
this.serverName,
req.headers
)
// console.log('recieved headers', req.headers)
console.log(req.headers)
// console.log('recieved url', url.parse(req.url, true))

this.emit('auth', {
authProps: gleeAuth.getServerAuthProps(
req.headers,
Expand Down

0 comments on commit 0e0c244

Please sign in to comment.