mirror of
https://github.com/mozilla/pdf.js.git
synced 2025-04-20 07:08:08 +02:00
Remove debugs
This commit is contained in:
parent
1c1633e87c
commit
adfb3b8d31
1 changed files with 0 additions and 2 deletions
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…
Add table
Add a link
Reference in a new issue