Remove console.log
This commit is contained in:
@@ -132,7 +132,7 @@ function onWidgetMessage(msg) {
|
|||||||
widgetApi.callAction(
|
widgetApi.callAction(
|
||||||
KnownWidgetActions.GetOpenIDCredentials,
|
KnownWidgetActions.GetOpenIDCredentials,
|
||||||
{},
|
{},
|
||||||
(response) => {console.log(response);},
|
() => {},
|
||||||
);
|
);
|
||||||
} else {
|
} else {
|
||||||
enableJoinButton();
|
enableJoinButton();
|
||||||
|
|||||||
Reference in New Issue
Block a user