removed comments

This commit is contained in:
sbarman 2011-08-02 12:37:23 -07:00
parent 67ddc1ba84
commit 19b36f6a66

8
pdf.js
View File

@ -2997,12 +2997,12 @@ var Page = (function() {
// Firefox error reporting from XHR callbacks. // Firefox error reporting from XHR callbacks.
setTimeout(function () { setTimeout(function () {
var exc = null; var exc = null;
// try { try {
self.display(gfx); self.display(gfx);
stats.render = Date.now(); stats.render = Date.now();
// } catch (e) { } catch (e) {
// exc = e.toString(); exc = e.toString();
// } }
continuation(exc); continuation(exc);
}); });
}); });