Skip to content

Commit 45a3a2d

Browse files
committed
Forgot to remove console.log...
1 parent 00376aa commit 45a3a2d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

background.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ function getDefaultProvidersClone() {
2929
function createContextMenu(storageProviders) {
3030
const title = chrome.i18n.getMessage('contextMenuTitle');
3131

32-
console.log(storageProviders);
3332
const selectedProviders = storageProviders.storageProviders.filter(p => p.selected);
3433

3534
/* If there is only one search provider, do not create a submenu */

0 commit comments

Comments
 (0)