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.
setTimeout(function () {
var exc = null;
// try {
try {
self.display(gfx);
stats.render = Date.now();
// } catch (e) {
// exc = e.toString();
// }
} catch (e) {
exc = e.toString();
}
continuation(exc);
});
});