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())) {
|
while (!isEOF(obj = parser.getObj())) {
|
||||||
if (isCmd(obj)) {
|
if (isCmd(obj)) {
|
||||||
debugger;
|
|
||||||
var cmd = obj.cmd;
|
var cmd = obj.cmd;
|
||||||
var fn = OP_MAP[cmd];
|
var fn = OP_MAP[cmd];
|
||||||
if (!fn) {
|
if (!fn) {
|
||||||
@ -5274,7 +5273,6 @@ var CanvasGraphics = (function canvasGraphics() {
|
|||||||
this.current.leading = -leading;
|
this.current.leading = -leading;
|
||||||
},
|
},
|
||||||
setFont: function canvasGraphicsSetFont(fontRef, size) {
|
setFont: function canvasGraphicsSetFont(fontRef, size) {
|
||||||
debugger;
|
|
||||||
var font;
|
var font;
|
||||||
// the tf command uses a name, but graphics state uses a reference
|
// the tf command uses a name, but graphics state uses a reference
|
||||||
if (isName(fontRef)) {
|
if (isName(fontRef)) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user