Remove commented out code
This commit is contained in:
parent
ca0b6c02d2
commit
63156c403b
2 changed files with 1 additions and 5 deletions
|
|
@ -99,9 +99,7 @@ export default {
|
|||
|
||||
beforeUnmount: function () {
|
||||
// Remove global signal listener to change the GPU preview state
|
||||
//eventBus.off("globalTogglePreview", true);
|
||||
// Remove global signal listener to flash the stream element
|
||||
eventBus.off("globalFlashStream", this.onFlashStream);
|
||||
eventBus.off("globalTogglePreview", true);
|
||||
// Disconnect the size observer
|
||||
this.sizeObserver.disconnect();
|
||||
// Remove from the array of active streams
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue