mirror of
https://github.com/SchildiChat/element-web.git
synced 2024-10-01 01:26:12 -04:00
Remove console.log
This commit is contained in:
parent
3b434a70d2
commit
21c862fe2b
@ -132,7 +132,7 @@ function onWidgetMessage(msg) {
|
||||
widgetApi.callAction(
|
||||
KnownWidgetActions.GetOpenIDCredentials,
|
||||
{},
|
||||
(response) => {console.log(response);},
|
||||
() => {},
|
||||
);
|
||||
} else {
|
||||
enableJoinButton();
|
||||
|
Loading…
Reference in New Issue
Block a user