mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2025-01-19 08:01:07 +00:00
Stop pushing bots
This commit is contained in:
parent
09281287fc
commit
3f93d88588
1 changed files with 2 additions and 2 deletions
|
@ -54,8 +54,8 @@ module.exports = function (namespace) {
|
|||
newGather();
|
||||
|
||||
// ***** Generate Test Users *****
|
||||
var helper = require("./helper");
|
||||
helper.createTestUsers({ gather: gather }, refreshGather);
|
||||
// var helper = require("./helper");
|
||||
// helper.createTestUsers({ gather: gather }, refreshGather);
|
||||
|
||||
namespace.on("connection", function (socket) {
|
||||
socket.on("gather:join", function (data) {
|
||||
|
|
Loading…
Reference in a new issue