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 22, 2021
1 parent adab366 commit 2ffba86
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/Server.js
Expand Up @@ -2020,7 +2020,6 @@ class Server {

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

0 comments on commit 2ffba86

Please sign in to comment.