diff options
| -rw-r--r-- | background_page.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/background_page.html b/background_page.html index c065333d..641fea1f 100644 --- a/background_page.html +++ b/background_page.html @@ -265,7 +265,6 @@ * Selects the tab with the ID specified in request.id */ function selectSpecificTab(request) { - console.log("selectSpecificTab"); chrome.tabs.update(request.id, { selected: true }); } |
