Skip to content

Commit

Permalink
Removed extra logging.
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephen Fluin committed Apr 21, 2010
1 parent 73aa86f commit 0225b44
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions background.html
Expand Up @@ -27,12 +27,10 @@
break;

case "get_options":
console.log("Getting options from localStorage.");
if(!localStorage["options"]) {
localStorage["options"] = JSON.stringify(new Array());
}
sendResponse({options:JSON.parse(window.localStorage["options"])});
console.log("done with potentially illegal action.");
break;
}

Expand Down
2 changes: 1 addition & 1 deletion manifest.json
@@ -1,7 +1,7 @@
{
"update_url":"http://mortalpowers.com/extensions/cssdestyler/cssdestyler.xml",
"name": "CSS Destyler",
"version": "0.5.3",
"version": "0.5.4",
"description": "Destyles the current page.",
"icons": { "48": "images/logo_48.png" },
"content_scripts" : [
Expand Down

0 comments on commit 0225b44

Please sign in to comment.