mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-06 02:37:14 +00:00
Removed extraneous debugging log
This commit is contained in:
parent
b0fc3d4668
commit
350ad5bf3b
@ -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('');})");
|
||||
};
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user