mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-22 12:41:11 +00:00
Disable user creation
This commit is contained in:
parent
a69fb96f30
commit
708ace40d9
1 changed files with 2 additions and 2 deletions
|
@ -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) {
|
||||
|
|
Loading…
Reference in a new issue