This commit is contained in:
sbarman 2011-08-03 21:19:27 -07:00
parent e412a4273a
commit 80c1bab604

3
pdf.js
View File

@ -3618,9 +3618,6 @@ var PartialEvaluator = (function() {
if (IsCmd(obj)) {
var cmd = obj.cmd;
var fn = OP_MAP[cmd];
if (!fn) {
log('blah');
}
assertWellFormed(fn, "Unknown command '" + cmd + "'");
// TODO figure out how to type-check vararg functions