useless space removed from log string

This commit is contained in:
mic 2024-09-14 15:55:28 +02:00
parent d50cd67f7b
commit 5d72ebb155

View file

@ -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();