bug 353044 - remove dump in calMonthGridPrinter for perf win. patch by Stefan Sitter <ssitter@googlemail.com>, r1=lilmatt, r2=jminta

This commit is contained in:
mattwillis%gmail.com 2006-09-17 15:04:51 +00:00
Родитель 179e52ffef
Коммит b26d2481ae
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -162,7 +162,7 @@ function monthPrint_format(aStream, aStart, aEnd, aCount, aItems, aTitle) {
date.normalize();
}
html.appendChild(body);
dump('\n'+html.toXMLString()+'\n');
var convStream = Components.classes["@mozilla.org/intl/converter-output-stream;1"]
.getService(Components.interfaces.nsIConverterOutputStream);
convStream.init(aStream, 'UTF-8', 0, 0x0000);