Bug 895476: Remove extra dump call (r=paolo)

This commit is contained in:
Monica Chew 2013-11-11 11:07:03 -08:00
Родитель dc5fedae63
Коммит 7fcf2892da
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -467,7 +467,6 @@ Download.prototype = {
this.speed = 0;
this._notifyChange();
if (this.succeeded) {
dump("we're good\n");
yield DownloadIntegration.downloadDone(this);
this._deferSucceeded.resolve();