Skip to content

Commit

Permalink
[ENG-1037] - removed console log
Browse files Browse the repository at this point in the history
  • Loading branch information
Phara0h committed Sep 13, 2019
1 parent cd26e30 commit 4e91cba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/server/router.js
Expand Up @@ -94,7 +94,6 @@ class Router {

if (req.raw.url.indexOf('/travelling/api/') == 0) {
if (config.log.requests) {
console.log(req)
if (authenticated) {

log.info(sessionUser.username + ' (' + sessionUser.group.name + ') | ' + req.raw.ip + ' | [' + req.raw.method + '] '+req.req.url);
Expand Down

0 comments on commit 4e91cba

Please sign in to comment.