mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-04 11:26:09 +00:00
remove two extra dump statments.
sr=sspitzer
This commit is contained in:
parent
3f77909f49
commit
b7c08e6b25
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user