We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 00376aa commit 45a3a2dCopy full SHA for 45a3a2d
background.js
@@ -29,7 +29,6 @@ function getDefaultProvidersClone() {
29
function createContextMenu(storageProviders) {
30
const title = chrome.i18n.getMessage('contextMenuTitle');
31
32
- console.log(storageProviders);
33
const selectedProviders = storageProviders.storageProviders.filter(p => p.selected);
34
35
/* If there is only one search provider, do not create a submenu */
0 commit comments