Remove debugs

This commit is contained in:
= 2011-10-13 14:53:46 -07:00
parent 1c1633e87c
commit adfb3b8d31

2
pdf.js
View File

@ -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)) {