Remove console.log
This commit is contained in:
parent
3b434a70d2
commit
21c862fe2b
1 changed files with 1 additions and 1 deletions
|
@ -132,7 +132,7 @@ function onWidgetMessage(msg) {
|
|||
widgetApi.callAction(
|
||||
KnownWidgetActions.GetOpenIDCredentials,
|
||||
{},
|
||||
(response) => {console.log(response);},
|
||||
() => {},
|
||||
);
|
||||
} else {
|
||||
enableJoinButton();
|
||||
|
|
Loading…
Reference in a new issue