Disable automated user creation

This commit is contained in:
Chris Blanchard 2015-07-29 16:01:58 +01:00
parent fae4fc047b
commit fc0d635aae
1 changed files with 2 additions and 2 deletions

View File

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