Bug 521216 - remove debug code

--HG--
extra : rebase_source : d1233872ce281ca8ec4ce4a11766dc6dec756e92
This commit is contained in:
Dão Gottwald 2009-10-09 20:34:10 +02:00
parent 7aca93ac56
commit ec7424cf8a

View File

@ -511,11 +511,7 @@ TabWindow.prototype = {
onLinkIconAvailable: function (aBrowser) {
let img = getFaviconAsImage(aBrowser.mIconURL);
let index = this.tabbrowser.browsers.indexOf(aBrowser);
try {
this.previews[index].icon = img;
} catch (e) {
Cu.reportError([index, this.tabbrowser.browsers.length, this.tabbrowser.mTabs.length, this.previews.length]);
}
}
}