Remove console.log

pull/15111/head
Jason Robinson 2020-09-07 20:47:07 +03:00
parent 3b434a70d2
commit 21c862fe2b
1 changed files with 1 additions and 1 deletions

View File

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