diff options
| author | Niklas Baumstark | 2012-01-22 13:48:26 +0100 |
|---|---|---|
| committer | Niklas Baumstark | 2012-04-10 23:54:37 +0200 |
| commit | 516101bf1350cd77cd71423a2cbdf639f33dfd85 (patch) | |
| tree | 6f3931bab45d504543cea2c889d784e1f77e383f | |
| parent | 76b26a8a25522300b9e6e463e75397693fa2bb53 (diff) | |
| download | vimium-516101bf1350cd77cd71423a2cbdf639f33dfd85.tar.bz2 | |
remove debug statement
| -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 }); } |
