mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-10 15:21:56 +00:00
Disable automated user creation
This commit is contained in:
parent
fae4fc047b
commit
fc0d635aae
1 changed files with 2 additions and 2 deletions
|
@ -25,8 +25,8 @@ var Gather = require("./gather");
|
||||||
var gather = new Gather();
|
var gather = new Gather();
|
||||||
|
|
||||||
// ***** Generate Test Users *****
|
// ***** Generate Test Users *****
|
||||||
var helper = require("./helper");
|
// var helper = require("./helper");
|
||||||
helper.createTestUsers({ gather: gather });
|
// helper.createTestUsers({ gather: gather });
|
||||||
|
|
||||||
module.exports = function (namespace) {
|
module.exports = function (namespace) {
|
||||||
var refreshGather = function () {
|
var refreshGather = function () {
|
||||||
|
|
Loading…
Reference in a new issue