From e3b36411d27c6fa6575b386738f9bfd3d582c50a Mon Sep 17 00:00:00 2001
From: Einar Egilsson
Date: Fri, 26 Aug 2011 15:11:28 +0200
Subject: Deleted old files

---
 chrome/content/log.html | 35 -----------------------------------
 1 file changed, 35 deletions(-)
 delete mode 100644 chrome/content/log.html

(limited to 'chrome/content/log.html')

diff --git a/chrome/content/log.html b/chrome/content/log.html
deleted file mode 100644
index a4f04d1..0000000
--- a/chrome/content/log.html
+++ /dev/null
@@ -1,35 +0,0 @@
-<!-- $Id$ -->
-<html>
-	<head>
-		<title>Redirector Log Message Listener
-		<style type="text/css">
-			body { font-family:Arial, sans-serif; }
-		</style>
-	</head>
-	<body onunload="unload();" onload="load();">
-		<script>
-			var listener = {
-				observe : function(msg) {
-					var prefix = 'REDIRECTOR:';
-					if (msg.message.substr(0, prefix.length) == prefix)
-					{
-						if (document) {
-							document.body.innerHTML += msg.message.substr(prefix.length) + '<br>';
-						} else {
-							//Been destroyed and we're still getting message, lets try to unsubscribe...
-							try { unload(); } catch(e) {}	
-						}
-					}
-				}
-			};
-			var consoleService = Components.classes["@mozilla.org/consoleservice;1"].getService(Components.interfaces.nsIConsoleService);	
-		
-			function load() {
-				consoleService.registerListener(listener);
-			}
-			function unload() {
-				consoleService.unregisterListener(listener);
-			}
-		</script>
-	</body>
-</html>
\ No newline at end of file
-- 
cgit v1.2.3-70-g09d2