[Pale-Moon] Fix undefined console when the hidePopup method is called

This commit is contained in:
FranklinDM 2022-01-09 18:25:57 +08:00 committed by roytam1
commit 22b4e607c8

View file

@ -195,7 +195,6 @@ this.AutoCompletePopup = {
this.openedPopup.hidePopup();
} catch(e) {
Cu.reportError(e);
console.log("Debug: ", this.openedPopup);
}
}
AutoCompleteTreeView.clearResults();