Skip to content

Commit 54949b9

Browse files
author
Victor Fernandes
authored
fix: remove console.log from service-worker (#39)
1 parent 19992a4 commit 54949b9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

Diff for: src/background.ts

-2
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@ function getScrapperOptionsByUrl(url: string, title: string): ScrapperOptions |
2727
}
2828
});
2929

30-
console.log(scrapper, url);
31-
3230
options = scrapper;
3331
}
3432

0 commit comments

Comments
 (0)