Skip to content

Commit 21c862f

Browse files
committed
Remove console.log
1 parent 3b434a7 commit 21c862f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/vector/jitsi/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ function onWidgetMessage(msg) {
132132
widgetApi.callAction(
133133
KnownWidgetActions.GetOpenIDCredentials,
134134
{},
135-
(response) => {console.log(response);},
135+
() => {},
136136
);
137137
} else {
138138
enableJoinButton();

0 commit comments

Comments
 (0)