From 3fbeeccb9624082f59f47e12f8f630f697028530 Mon Sep 17 00:00:00 2001 From: Vivien Nicolas <21@vingtetun.org> Date: Wed, 15 Jun 2011 05:42:15 +0200 Subject: [PATCH] Forgot to turn off some debug flags --- PDFFont.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PDFFont.js b/PDFFont.js index ff06c5e4e..f20f7e24f 100644 --- a/PDFFont.js +++ b/PDFFont.js @@ -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: " +