Remove console.log

This commit is contained in:
Jason Robinson 2020-09-07 20:47:07 +03:00
parent 3b434a70d2
commit 21c862fe2b

View File

@ -132,7 +132,7 @@ function onWidgetMessage(msg) {
widgetApi.callAction(
KnownWidgetActions.GetOpenIDCredentials,
{},
(response) => {console.log(response);},
() => {},
);
} else {
enableJoinButton();