From f77a93fe56b90c89d3a881d9af84d43e451efe8d Mon Sep 17 00:00:00 2001 From: Einar Egilsson Date: Mon, 28 May 2007 23:17:52 +0000 Subject: git-svn-id: http://einaregilsson.googlecode.com/svn/mozilla/redirector/trunk@56 119bf307-c92d-0410-89bd-8f53e6181181 --- chrome/content/redirector.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'chrome/content/redirector.js') diff --git a/chrome/content/redirector.js b/chrome/content/redirector.js index 73d59fa..63ee85d 100644 --- a/chrome/content/redirector.js +++ b/chrome/content/redirector.js @@ -17,7 +17,6 @@ var Redirector = { for each (r in this.list) { tempList.push([r.exampleUrl, r.pattern, r.redirectUrl, r.onlyIfLinkExists, r.patternType]); } - alert(tempList.toSource()); RedirLib.setCharPref('redirects', tempList.toSource()); }, @@ -41,7 +40,6 @@ var Redirector = { addRedirect : function(redirect) { this.list.push(redirect); - alert(redirect.toSource()); this.save(); }, -- cgit v1.2.3-70-g09d2