remove redundant comments
This commit is contained in:
parent
e7dd85420c
commit
1da147e110
@ -187,7 +187,6 @@ export default class UWServer {
|
|||||||
const tabHostname = this.extractHostname(sender.tab.url);
|
const tabHostname = this.extractHostname(sender.tab.url);
|
||||||
const frameHostname = this.extractHostname(sender.url);
|
const frameHostname = this.extractHostname(sender.url);
|
||||||
|
|
||||||
// preveri za osirotele/zastarele vrednosti ter jih po potrebi izbriši
|
|
||||||
// check for orphaned/outdated values and remove them if neccessary
|
// check for orphaned/outdated values and remove them if neccessary
|
||||||
if (this.videoTabs[sender.tab.id]?.host != tabHostname) {
|
if (this.videoTabs[sender.tab.id]?.host != tabHostname) {
|
||||||
delete this.videoTabs[sender.tab.id]
|
delete this.videoTabs[sender.tab.id]
|
||||||
|
Loading…
Reference in New Issue
Block a user