From 281006a4ae87ff9b58cb75524def1b291af451b6 Mon Sep 17 00:00:00 2001 From: yackob03 Date: Sat, 12 Oct 2013 13:15:06 -0400 Subject: [PATCH] Remove a spurious console.log from browser-chrome plugin. --- static/lib/browser-chrome.js | 1 - 1 file changed, 1 deletion(-) diff --git a/static/lib/browser-chrome.js b/static/lib/browser-chrome.js index 208668a08..deda3b11f 100644 --- a/static/lib/browser-chrome.js +++ b/static/lib/browser-chrome.js @@ -29,7 +29,6 @@ createdHtml.find('.protocol-https').show(); url = url.substring(4); } - console.log('setting url to: ' + url); createdHtml.find('.url-text').text(url); elem.data('has-chrome', 'true');