mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 06:11:37 +00:00
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:
parent
179e52ffef
commit
b26d2481ae
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user