Remove debugging

pull/15219/head
Travis Ralston 2020-09-17 14:59:43 -06:00
parent 737fa7dca5
commit 05d5e3f680
1 changed files with 0 additions and 1 deletions

View File

@ -93,7 +93,6 @@ let meetApi: any; // JitsiMeetExternalAPI
// TODO: register widgetApi listeners for PTT controls (https://github.com/vector-im/riot-web/issues/12795)
widgetApi.on('hangup', () => {
console.log("@@ HANGUP");
if (meetApi) meetApi.executeCommand('hangup');
});
} else {