mirror of
https://github.com/ajayyy/SponsorBlock.git
synced 2024-11-10 09:07:45 +01:00
Remove printing
This commit is contained in:
parent
d458bb0cdf
commit
0086f00889
1 changed files with 0 additions and 1 deletions
|
@ -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":
|
||||
|
|
Loading…
Reference in a new issue