From 516101bf1350cd77cd71423a2cbdf639f33dfd85 Mon Sep 17 00:00:00 2001 From: Niklas Baumstark Date: Sun, 22 Jan 2012 13:48:26 +0100 Subject: remove debug statement --- background_page.html | 1 - 1 file changed, 1 deletion(-) (limited to 'background_page.html') 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 }); } -- cgit v1.2.3