From 4b966c906d71387ef0ef380b27a9394d1d80829c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Mon, 24 Oct 2022 22:54:08 -0700 Subject: firefox: remove browser action log chatter. * firefox/background.js (on_executed): Don't log anything in the happy case. (on_error): Log if this is called. --- firefox/background.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firefox/background.js b/firefox/background.js index 9041c78..84b8635 100644 --- a/firefox/background.js +++ b/firefox/background.js @@ -24,11 +24,11 @@ function on_executed(result) { - console.log("executed"); } function on_error(error) { + console.log(`error: ${error}`); } function jp_hash_clicked() -- cgit v1.2.3