From 22b4e607c8193bdd40ffacf256bee4ad8890ad82 Mon Sep 17 00:00:00 2001 From: FranklinDM Date: Sun, 9 Jan 2022 18:25:57 +0800 Subject: [PATCH] [Pale-Moon] Fix undefined `console` when the hidePopup method is called --- application/palemoon/modules/AutoCompletePopup.jsm | 1 - 1 file changed, 1 deletion(-) diff --git a/application/palemoon/modules/AutoCompletePopup.jsm b/application/palemoon/modules/AutoCompletePopup.jsm index 3d37ceba47..afcc7011c7 100644 --- a/application/palemoon/modules/AutoCompletePopup.jsm +++ b/application/palemoon/modules/AutoCompletePopup.jsm @@ -195,7 +195,6 @@ this.AutoCompletePopup = { this.openedPopup.hidePopup(); } catch(e) { Cu.reportError(e); - console.log("Debug: ", this.openedPopup); } } AutoCompleteTreeView.clearResults();