remove extra activity logger call

This commit is contained in:
David Kelly 2017-05-31 13:28:57 -07:00
parent b552566bf8
commit e1700915f7

View file

@ -613,7 +613,6 @@
error = "All participants must be logged in to connect.";
}
result = error ? {status: 'error', connection: error} : response;
UserActivityLogger.makeUserConnection(connectingId, false, error || response);
connectionRequestCompleted();
} else {
result = response;