Skip to content
This repository has been archived by the owner on Oct 23, 2018. It is now read-only.

Commit

Permalink
Remove console log.
Browse files Browse the repository at this point in the history
  • Loading branch information
travispaul committed May 20, 2017
1 parent 0ad00df commit 922ac7d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/js/selection.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ chrome.extension.sendMessage({ get: 'getSelectionStyle' }, function (r) {
if (r.get.background) {
background = 'background:' + r.get.background + ';';
}
console.log(background, color);
document.head.insertAdjacentHTML('beforeend', '<style>::selection {'
+ background + color + '}</style>');
});
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "__MSG_extName__",
"version": "1.7.0",
"version": "1.7.1",
"manifest_version": 2,
"description": "__MSG_extDescription__",
"default_locale": "en",
Expand Down

0 comments on commit 922ac7d

Please sign in to comment.