Removed a debugging DumpDOM() call

This commit is contained in:
hangas%netscape.com 1999-06-24 00:30:34 +00:00
parent 820a647acb
commit 520e4bb2c9

View File

@ -312,7 +312,6 @@ function AddSelectedAddressesIntoBucket(prefix)
AddAddressIntoBucket(bucketDoc, address);
}
}
DumpDOM(bucketDoc.documentElement);
}
function AddAddressIntoBucket(doc, address)