From 5d72ebb155329f38b26c771a9f4634e303bfc1b6 Mon Sep 17 00:00:00 2001 From: mic Date: Sat, 14 Sep 2024 15:55:28 +0200 Subject: [PATCH] useless space removed from log string --- js/mzta-menus.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/mzta-menus.js b/js/mzta-menus.js index 9b709e19..8d7503e4 100644 --- a/js/mzta-menus.js +++ b/js/mzta-menus.js @@ -55,7 +55,7 @@ export class mzta_Menus { async reload(){ await browser.menus.removeAll().catch(error => { - console.error("[ThunderAI] ERROR removing the menus: ", error); + console.error("[ThunderAI] ERROR removing the menus: ", error); }); this.removeClickListener(); this.loadMenus();