From 32fd1b4971107468f3b042a047922f4efbbb9c63 Mon Sep 17 00:00:00 2001 From: yflory Date: Wed, 18 Dec 2019 16:59:17 +0100 Subject: [PATCH] remove debugging console.error --- www/common/outer/roster.js | 1 - www/common/outer/team.js | 1 - 2 files changed, 2 deletions(-) diff --git a/www/common/outer/roster.js b/www/common/outer/roster.js index 6a1def6b9..214d1ff9b 100644 --- a/www/common/outer/roster.js +++ b/www/common/outer/roster.js @@ -775,7 +775,6 @@ var factory = function (Util, Hash, CPNetflux, Sortify, nThen, Crypto) { Object.keys(data).forEach(function (curve) { if (!isValidId(curve) || isMap(ref.state.members[curve])) { return delete data[curve]; } }); -console.error('SENDING INVITE'); send(['INVITE', data], cb); }; diff --git a/www/common/outer/team.js b/www/common/outer/team.js index f70fcbf36..588bd9965 100644 --- a/www/common/outer/team.js +++ b/www/common/outer/team.js @@ -446,7 +446,6 @@ define([ // If we've been kicked, don't try to update our data, we'll close everything // in the next nThen part var state = roster.getState(); - console.error(state); var me = Util.find(ctx, ['store', 'proxy', 'curvePublic']); if (!state.members[me]) { return; }