-
-
Notifications
You must be signed in to change notification settings - Fork 590
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Too many logs #3342
Comments
Merged
@dbkr Bump -- can you leave a comment please? |
Bumping this as the issue still exists.. Also, would this have any speed impact when starting up (not the logging, but the action behind the log)? My application does not use group calls at all, thats why I wonder |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
We upgraded matrix-js-sdk from 20.1.0 to 23.5.0 and somewhere between happened a change that throws bunch of console.logs.
As we are using console for actively debugging and developing also the rest of the application, it is pretty annoying.
Exaple of logs:
GroupCallEventHandler createGroupCallForRoom() processed room (roomId=\here-is-room-id-which-i-have-taken-out\)
EDIT: I found the commit that generates the issue: 31459a5
The text was updated successfully, but these errors were encountered: