Skip to content

Commit

Permalink
Merge branch 'master' of github.com:bootstrapworld/wescheme-compiler2012
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Rowland committed Aug 8, 2012
2 parents b14e643 + a96a6fb commit f02d892
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion servlet-htdocs/evaluator.js
Expand Up @@ -446,7 +446,6 @@ var Evaluator = (function() {
} else {
this.structuredError = undefined;
}
console.log(this);
};


Expand Down
3 changes: 1 addition & 2 deletions servlet-htdocs/main.js
Expand Up @@ -53,8 +53,7 @@ var reportError = function(exn) {
domElt.style['color'] = 'red';

if (exn.domMessage) {
domElt.appendChild(exn.domMessage);
console.log(exn.structuredError);
domElt.appendChild(exn.domMessage);
} else {
domElt.appendChild(document.createTextNode(evaluator.getMessageFromExn(exn)+""));
}
Expand Down

0 comments on commit f02d892

Please sign in to comment.