Skip to content

Commit

Permalink
Bit of noise in the console.
Browse files Browse the repository at this point in the history
  • Loading branch information
kickscondor committed May 4, 2021
1 parent 7fc7469 commit 5b942b4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/storage.js
Original file line number Diff line number Diff line change
Expand Up @@ -534,7 +534,6 @@ module.exports = {
let {site, tasks, error} = await this.scrapeLive(url, tabId)
if (!error) {
let feed = tasks?.vars?.out
console.log([site, feed])
if ((site && site !== "default") || feed?.posts?.length > 0) {
found = 1
} else if (feed?.sources) {
Expand Down

0 comments on commit 5b942b4

Please sign in to comment.