Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
FinlayDaG33k committed Sep 6, 2023
1 parent c982345 commit c98ad31
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions webserver/routing/router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,8 +88,6 @@ export class Router {
Router.getAuth(request),
clientIp
);

console.log(req);

// Import and cache controller file if need be
if(!Registry.has(req.getRoute().getController())) {
Expand Down

0 comments on commit c98ad31

Please sign in to comment.