Remove debugging

This commit is contained in:
Travis Ralston 2020-09-17 14:59:43 -06:00
parent 737fa7dca5
commit 05d5e3f680

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 {