Stop pushing bots

This commit is contained in:
Chris Blanchard 2015-08-26 18:16:09 +01:00
parent 09281287fc
commit 3f93d88588

View file

@ -54,8 +54,8 @@ module.exports = function (namespace) {
newGather(); newGather();
// ***** Generate Test Users ***** // ***** Generate Test Users *****
var helper = require("./helper"); // var helper = require("./helper");
helper.createTestUsers({ gather: gather }, refreshGather); // helper.createTestUsers({ gather: gather }, refreshGather);
namespace.on("connection", function (socket) { namespace.on("connection", function (socket) {
socket.on("gather:join", function (data) { socket.on("gather:join", function (data) {