Remove debugs
This commit is contained in:
parent
1c1633e87c
commit
adfb3b8d31
2
pdf.js
2
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)) {
|
||||
|
Loading…
Reference in New Issue
Block a user