Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
timbru31 committed Dec 28, 2019
1 parent 06c84e7 commit fd47ebd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/js/background.ts
Expand Up @@ -44,7 +44,6 @@ browser.webNavigation.onCompleted.addListener(
if (tags && tags.length) {
storage.get('disableNotifications').then((item: any) => {
if (!item.disableNotifications) {
console.log('calling notification');
// EdgeHTML sometimes does not return a Promise, but undefined
const potentialNotificationPromise = browser.notifications.create(amazonTagRemoverNotification, {
iconUrl: browser.extension.getURL('images/icon64.png'),
Expand Down

0 comments on commit fd47ebd

Please sign in to comment.