1
0
Fork 0

Removed debug output

This commit is contained in:
Michael Hackstein 2014-04-13 15:11:01 +02:00
parent 2392d3de08
commit 31f3d36443
1 changed files with 0 additions and 1 deletions

View File

@ -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 {