Navigation Menu

Skip to content

Commit

Permalink
remove console output
Browse files Browse the repository at this point in the history
  • Loading branch information
jcutler committed Jan 26, 2012
1 parent 7c73902 commit e761627
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion chrome/background.html
Expand Up @@ -1400,7 +1400,6 @@
if (getSetting("MissingE_safeDash_enabled",1) == 1) {
chrome.tabs.insertCSS(sender.tab.id, {file: "core/safeDash/safeDash.css"});
if (getSetting("MissingE_safeDash_photosetAll",0) == 1) {
console.log("photoset");
chrome.tabs.insertCSS(sender.tab.id, {file: "core/safeDash/photosetAll.css"});
}
chrome.tabs.insertCSS(sender.tab.id, {code:
Expand Down

0 comments on commit e761627

Please sign in to comment.