Disable user creation

This commit is contained in:
Chris Blanchard 2015-08-05 01:01:49 +01:00
parent a69fb96f30
commit 708ace40d9

View file

@ -34,8 +34,8 @@ module.exports = function (namespace) {
});
// ***** Generate Test Users *****
var helper = require("./helper");
helper.createTestUsers({ gather: gather });
// var helper = require("./helper");
// helper.createTestUsers({ gather: gather });
var refreshGather = function () {
namespace.sockets.forEach(function (socket) {