Update GoogleSearchReplace.plugin.js

This commit is contained in:
Mirco Wittrien 2019-01-03 11:04:34 +01:00
parent 212e35e6fa
commit 3f75ba22ed
1 changed files with 0 additions and 1 deletions

View File

@ -134,7 +134,6 @@ class GoogleSearchReplace {
.on("click", ".GRS-item", (e2) => {
instance._reactInternalFiber.return.memoizedProps.closeContextMenu();
let engine = e2.target.getAttribute("engine");
console.log(engine);
if (engine == "_all") {
for (let key in engines) {
if (key != "_all" && engines[key]) {