remove dump statements.

git-svn-id: svn://10.0.0.236/trunk@130487 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
sspitzer%netscape.com
2002-09-26 01:58:44 +00:00
parent 76de21c964
commit 707fda73b3

View File

@@ -104,8 +104,6 @@ function onAccept()
function storeSettings(aSettings, aLoggingEnabled)
{
dump("XXX aLoggingEnabled " + aLoggingEnabled + "\n");
aSettings.level = document.getElementById("level").selectedItem.getAttribute("value");
aSettings.moveOnSpam = document.getElementById("moveOnSpam").checked;
@@ -123,6 +121,5 @@ function storeSettings(aSettings, aLoggingEnabled)
function doHelpButton()
{
// until we have help, I use this for testing
dump("XXX " + gSpamSettings[gCurrentServer.key].settings.loggingEnabled + "\n");
// implement help
}