Skip to content

Commit

Permalink
refactor: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
snitin315 committed Sep 25, 2021
1 parent 2581cb3 commit ac6888f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Server.js
Original file line number Diff line number Diff line change
Expand Up @@ -2040,7 +2040,6 @@ class Server {

res.send(responsePage);
} catch (error) {
console.log(error);
return next();
}
});
Expand Down

0 comments on commit ac6888f

Please sign in to comment.