Remove printing

This commit is contained in:
Ajay Ramachandran 2021-06-30 21:28:14 -04:00
parent d458bb0cdf
commit 0086f00889

View file

@ -32,7 +32,6 @@ chrome.tabs.onUpdated.addListener(function(tabId) {
chrome.runtime.onMessage.addListener(function (request, sender, callback) {
switch(request.message) {
case "openConfig":
console.log(chrome.runtime.getURL('permissions/index.html' + (request.hash ? '#' + request.hash : '')))
chrome.tabs.create({url: chrome.runtime.getURL('options/options.html' + (request.hash ? '#' + request.hash : ''))});
return;
case "openHelp":