]> git.parisson.com Git - pdf.js.git/commitdiff
remove debug code
authorAndreas Gal <andreas.gal@gmail.com>
Sun, 12 Jun 2011 06:49:17 +0000 (23:49 -0700)
committerAndreas Gal <andreas.gal@gmail.com>
Sun, 12 Jun 2011 06:49:17 +0000 (23:49 -0700)
pdf.js

diff --git a/pdf.js b/pdf.js
index 0816dc0698ee9dfca182de13298c7c1db202353f..418db2462e228f6cff7627c40d205f0fae5cf73e 100644 (file)
--- a/pdf.js
+++ b/pdf.js
@@ -1971,14 +1971,7 @@ var CanvasGraphics = (function() {
 
             var fn = sh.get("Function");
             fn = this.xref.fetchIfRef(fn);
-/*
-            console.log("x0: "+ x0, "y0: "+ y0, "x1: "+ x1, "y1: "+ y1);
-            console.log("size: "+ fn.dict.get("Size"));
-            console.log("BPS: "+ fn.dict.get("BitsPerSample"));
-            console.log(fn.dict.get("Encode"));
-            console.log(fn.dict.get("Range"));
-            console.log(fn.dict.get("Decode"));
-*/
+
             var gradient = this.ctx.createLinearGradient(x0, y0, x1, y1);
 
             gradient.addColorStop(0, 'rgb(0,0,255)');