Removing some console.log statements.

This commit is contained in:
Julian Viereck 2011-09-08 19:28:15 -07:00
parent c370b8a428
commit cda4c04312
3 changed files with 1 additions and 20 deletions

View file

@ -160,7 +160,6 @@ var WorkerPDFDoc = (function() {
}
var timeStart = new Date();
console.log("startRenderingFromPreCompilation:", "numberOfFonts", fonts.length);
page.startRenderingFromIRQueue(data.IRQueue, data.fonts, data.images);
console.log("RenderingTime", (new Date()) - timeStart);
}, this);