mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-30 01:18:01 +00:00
Removed extraneous debugging log
This commit is contained in:
@@ -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('');})");
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user