mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-29 20:42:56 +02:00
remove extra activity logger call
This commit is contained in:
parent
b552566bf8
commit
e1700915f7
1 changed files with 2 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue