remove debugging console.error

This commit is contained in:
yflory
2019-12-18 16:59:17 +01:00
parent 1826d05e31
commit 32fd1b4971
2 changed files with 0 additions and 2 deletions

View File

@@ -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; }