mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-26 10:08:06 +02:00
Forgot to turn off some debug flags
This commit is contained in:
parent
f7e90f569c
commit
73350b1f46
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ Font.prototype = {
|
|||
// Actually there is not event when a font has finished downloading so
|
||||
// the following tons of code are a dirty hack to 'guess' when a font is
|
||||
// ready
|
||||
var debug = true;
|
||||
var debug = false;
|
||||
|
||||
var canvas = document.createElement("canvas");
|
||||
var style = "border: 1px solid black; position:absolute; top: " +
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue