diff --git a/pdf.js b/pdf.js index 5ed0eb59d..766ea3b28 100644 --- a/pdf.js +++ b/pdf.js @@ -1700,8 +1700,6 @@ var XRef = (function() { return this.fetch(obj); }, fetch: function(ref) { - if (!ref) - console.trace(); var num = ref.num; var e = this.cache[num]; if (e) @@ -2341,7 +2339,6 @@ var CanvasGraphics = (function() { constructor.prototype = { translateFont: function(fontDict, xref, resources) { - return; var descriptor = xref.fetch(fontDict.get("FontDescriptor")); var fontName = descriptor.get("FontName");