Comment out debugging info.

This commit is contained in:
rjc%netscape.com 2000-05-03 02:25:37 +00:00
parent 57998fc84b
commit db129ac5e3

View File

@ -30,7 +30,7 @@ var pref = null;
function debug(msg)
{
// uncomment for debugging information
dump(msg+"\n");
// dump(msg+"\n");
}