]> git.parisson.com Git - pdf.js.git/commitdiff
Forgot to turn off some debug flags
authorVivien Nicolas <21@vingtetun.org>
Wed, 15 Jun 2011 03:42:15 +0000 (05:42 +0200)
committerVivien Nicolas <21@vingtetun.org>
Wed, 15 Jun 2011 03:42:15 +0000 (05:42 +0200)
PDFFont.js

index ff06c5e4e6ec244463bd3a6785db8ae83b62a3e0..f20f7e24f1b4b2f25c9cbc65670a32dd2df3633f 100644 (file)
@@ -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: " +