mirror of https://github.com/status-im/codimd.git
Remove trivial log
This commit is contained in:
parent
f693399c76
commit
13d61fe42d
1
app.js
1
app.js
|
@ -153,7 +153,6 @@ passport.deserializeUser(function (id, done) {
|
|||
app.use(function(req, res, next) {
|
||||
if ("GET" == req.method && req.path.substr(-1) == '/' && req.path.length > 1) {
|
||||
var query = req.url.slice(req.path.length);
|
||||
console.log(config.serverurl + req.path.slice(0, -1) + query);
|
||||
res.redirect(301, config.serverurl + req.path.slice(0, -1) + query);
|
||||
} else {
|
||||
next();
|
||||
|
|
Loading…
Reference in New Issue