Removing some console.log statements.
This commit is contained in:
parent
c370b8a428
commit
cda4c04312
3 changed files with 1 additions and 20 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue