remove two extra dump statments.

sr=sspitzer
This commit is contained in:
mscott%netscape.com 2001-02-07 05:17:27 +00:00
parent 3f77909f49
commit b7c08e6b25

View File

@ -295,7 +295,6 @@ nsMsgStatusFeedback.prototype =
},
_startMeteors : function()
{
dump('starting meteors\n');
this.ensureStatusFields();
this.meteorsSpinning = true;
@ -332,7 +331,6 @@ nsMsgStatusFeedback.prototype =
},
_stopMeteors : function()
{
dump('stopping meteors\n');
this.ensureStatusFields();
// Record page loading time.
var elapsed = ( (new Date()).getTime() - this.startTime ) / 1000;