diff --git a/server/apps/client.js b/server/apps/client.js index 3cba3a5e..b394c9c1 100755 --- a/server/apps/client.js +++ b/server/apps/client.js @@ -112,7 +112,7 @@ app.use(function (req, res, next) { } else { if (cookie === undefined) { try { - console.error((new Date), "originalUrl", req.originalUrl); + //console.error((new Date), "originalUrl", req.originalUrl); //console.error((new Date), "couldn't fetch cookie for some reason, maybe no cookie exists?", req.get('origin'), "couldn't fetch cookie for some reason, maybe no cookie exists?"); } catch(e) {