diff --git a/js/JSONParser.js b/js/JSONParser.js index c4186dcef..d2bca0000 100644 --- a/js/JSONParser.js +++ b/js/JSONParser.js @@ -33,7 +33,6 @@ var JSONParseTree = function(tree) { }; JSONParseTree.prototype.compile = function(type) { -console.log("(function (tiddler,store,utils) {var output=[]; utils.renderObject(output,'" + type + "'," + JSON.stringify(this.tree) + ",[]);return output.join('');})"); return new JSONRenderer("(function (tiddler,store,utils) {var output=[]; utils.renderObject(output,'" + type + "'," + JSON.stringify(this.tree) + ",[]);return output.join('');})"); };