From adfb3b8d318dff0208185d61d49e6b8acb4e94e0 Mon Sep 17 00:00:00 2001 From: = <=> Date: Thu, 13 Oct 2011 14:53:46 -0700 Subject: [PATCH] Remove debugs --- pdf.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/pdf.js b/pdf.js index 4f5bf08a1..c76ae7da0 100644 --- a/pdf.js +++ b/pdf.js @@ -4384,7 +4384,6 @@ var PartialEvaluator = (function partialEvaluator() { while (!isEOF(obj = parser.getObj())) { if (isCmd(obj)) { - debugger; var cmd = obj.cmd; var fn = OP_MAP[cmd]; if (!fn) { @@ -5274,7 +5273,6 @@ var CanvasGraphics = (function canvasGraphics() { this.current.leading = -leading; }, setFont: function canvasGraphicsSetFont(fontRef, size) { - debugger; var font; // the tf command uses a name, but graphics state uses a reference if (isName(fontRef)) {