Skip to content

Commit 5b942b4

Browse files
committed
Bit of noise in the console.
1 parent 7fc7469 commit 5b942b4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/js/storage.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -534,7 +534,6 @@ module.exports = {
534534
let {site, tasks, error} = await this.scrapeLive(url, tabId)
535535
if (!error) {
536536
let feed = tasks?.vars?.out
537-
console.log([site, feed])
538537
if ((site && site !== "default") || feed?.posts?.length > 0) {
539538
found = 1
540539
} else if (feed?.sources) {

0 commit comments

Comments
 (0)