remove outdated comment

(it did work - I just was not checking the flag in the right place)
This commit is contained in:
David Baker
2020-12-09 11:21:23 +00:00
parent 907567182d
commit 2a46513dfd
-1
View File
@@ -1037,7 +1037,6 @@ export class MatrixCall extends EventEmitter {
if (description.type === 'answer') {
// whenever we get an answer back, clear the flag we set whilst trying to un-hold
// the other party: the state of the channels now reflects reality
//nope, this doesnt work either
this.unholdingRemote = false;
}