aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNiklas Baumstark2012-01-22 13:48:26 +0100
committerNiklas Baumstark2012-04-10 23:54:37 +0200
commit516101bf1350cd77cd71423a2cbdf639f33dfd85 (patch)
tree6f3931bab45d504543cea2c889d784e1f77e383f
parent76b26a8a25522300b9e6e463e75397693fa2bb53 (diff)
downloadvimium-516101bf1350cd77cd71423a2cbdf639f33dfd85.tar.bz2
remove debug statement
-rw-r--r--background_page.html1
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 });
}