Skip to content

Commit d489f38

Browse files
committed
Remove unused var
1 parent efad1d1 commit d489f38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chrome/content.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -325,7 +325,7 @@
325325
}
326326

327327
function makeSoftIntoHard(pobj) {
328-
const {iframe, old} = pobj;
328+
const {old} = pobj;
329329
if (!pobj.softReplace) {
330330
return;
331331
}

0 commit comments

Comments
 (0)