[Debtags-commits] [svn] r1531 - central-database/branches/alioth/webfrontend

Enrico Zini enrico at costa.debian.org
Thu Nov 24 16:00:02 UTC 2005


Author: enrico
Date: Thu Nov 24 16:00:02 2005
New Revision: 1531

Modified:
   central-database/branches/alioth/webfrontend/searchtemplate.html
Log:
Removed debug alert

Modified: central-database/branches/alioth/webfrontend/searchtemplate.html
==============================================================================
--- central-database/branches/alioth/webfrontend/searchtemplate.html	(original)
+++ central-database/branches/alioth/webfrontend/searchtemplate.html	Thu Nov 24 16:00:02 2005
@@ -138,7 +138,6 @@
 }
 Search.prototype.recompute = function()
 {
-	var d = new Debug("recompute");
 	var tagCounts = new Object;
 	var countVisible = 0;
 	for (i in pkgs.pkgs)
@@ -183,7 +182,6 @@
 		else
 			return a < b ? -1 : 1;
 	});
-	d.msg("Candidates: " + arrs.length);
 
 	// Move redundant tags to the bottom
 	for (var i = 0; i < arrs.length; i++)
@@ -192,15 +190,8 @@
 		else
 			break;
 
-	d.msg("Candidates after reshuffling: " + arrs.length);
-
 	for (var i = 0; i < arrs.length && i < 6; i++)
-	{
-		d.msg("Adding: " + arrs[i]);
 		this.top.add(arrs[i]);
-	}
-	
-	d.alert();
 }
 Search.prototype.want = function(tagName)
 {



More information about the Debtags-commits mailing list