1
0
Fork 0

removed console log [ci skip]

This commit is contained in:
hkernbach 2016-05-24 09:46:16 +02:00
parent 1e6fe40149
commit e8e2d94060
1 changed files with 0 additions and 1 deletions

View File

@ -79,7 +79,6 @@ router.get('/config.js', function(req, res) {
&& isTrustedProxy(req.remoteAddress)) {
basePath = req.headers['x-script-name'];
}
console.log(Object.keys(global));
res.set('content-type', 'text/javascript');
res.send("var frontendConfig = " + JSON.stringify({
"basePath": basePath,