Skip to content

Commit 496b3ff

Browse files
committed
fix(adblocker): remove unused statement
1 parent e9a395f commit 496b3ff

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/plugins/adblocker/index.ts

-2
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,6 @@ export default createPlugin({
113113
if (config.blocker === blockers.WithBlocklists) {
114114
// Preload adblocker to inject scripts/styles
115115
await injectCliqzPreload();
116-
} else if (config.blocker === blockers.InPlayer) {
117-
inject();
118116
}
119117
},
120118
async onConfigChange(newConfig) {

0 commit comments

Comments
 (0)