Remove a spurious console.log from browser-chrome plugin.
This commit is contained in:
parent
3b33e5557a
commit
281006a4ae
1 changed files with 0 additions and 1 deletions
|
@ -29,7 +29,6 @@
|
||||||
createdHtml.find('.protocol-https').show();
|
createdHtml.find('.protocol-https').show();
|
||||||
url = url.substring(4);
|
url = url.substring(4);
|
||||||
}
|
}
|
||||||
console.log('setting url to: ' + url);
|
|
||||||
createdHtml.find('.url-text').text(url);
|
createdHtml.find('.url-text').text(url);
|
||||||
|
|
||||||
elem.data('has-chrome', 'true');
|
elem.data('has-chrome', 'true');
|
||||||
|
|
Reference in a new issue