Skip to content

Commit

Permalink
chore: add comment and avoid 'breaking' viz
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Aug 27, 2024
1 parent a1bff7f commit e0bcfee
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1239,8 +1239,9 @@ export class VizMSEManager extends EventEmitter {
this.emit('connectionChanged', this._mseConnected && this._msePingConnected)
}

public clearAllWaitWithLayer(portId: string) {
this._waitWithLayers.clearAllForKey(portId)
public clearAllWaitWithLayer(_portId: string) {
// HACK: Prior to #344 this was broken. This has been left in the broken state until it can be tested that the 'fix' doesn't cause other issues SOFIE-3419
// this._waitWithLayers.clearAllForKey(portId)
}
/**
* Returns true if the wait was cleared from someone else
Expand Down

0 comments on commit e0bcfee

Please sign in to comment.