From 5abfe6f9f17bb1b46d4aca19e4daed359b4d761c Mon Sep 17 00:00:00 2001 From: ManeraKai Date: Mon, 23 May 2022 19:54:04 +0300 Subject: Fixed bug in piped, PipedMaterial, lingva's Unify Settings --- src/pages/popup/popup.js | 1 - 1 file changed, 1 deletion(-) (limited to 'src/pages/popup') diff --git a/src/pages/popup/popup.js b/src/pages/popup/popup.js index 58d45d6a..824f178b 100644 --- a/src/pages/popup/popup.js +++ b/src/pages/popup/popup.js @@ -94,7 +94,6 @@ utils.unify(true).then(r => { if (!r) document.getElementById('unify_div').style.display = 'none'; else { const unify = document.getElementById('unify'); - console.log('addlistner'); unify.addEventListener("click", () => utils.unify(false, unify)); } }) -- cgit 1.4.1