mirror of https://gitee.com/bigwinds/arangodb
Removed debug output
This commit is contained in:
parent
2392d3de08
commit
31f3d36443
|
@ -57,7 +57,6 @@ controller.get("/unauthorized", function(req, res) {
|
|||
*/
|
||||
controller.get("shouldCheckVersion", function(req, res) {
|
||||
var versions = notifications.versions();
|
||||
require("console").log(JSON.stringify(versions));
|
||||
if (!versions || versions.enableVersionNotification === false) {
|
||||
res.json(false);
|
||||
} else {
|
||||
|
|
Loading…
Reference in New Issue