Skip to content

Commit

Permalink
Remove log de debug
Browse files Browse the repository at this point in the history
  • Loading branch information
rodorgas committed Dec 20, 2016
1 parent c17f751 commit 715c496
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/background.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,6 @@ chrome.webRequest.onBeforeRequest.addListener(
chrome.cookies.remove({
'url': 'http://jota.info/*',
'name': 'articles'
}, function () {
console.log(document.cookie);
})
},
{
Expand Down

0 comments on commit 715c496

Please sign in to comment.