mirror of https://gitee.com/bigwinds/arangodb
removed console log [ci skip]
This commit is contained in:
parent
1e6fe40149
commit
e8e2d94060
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue