mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-04-08 03:36:38 +00:00
Comment out logging
This commit is contained in:
parent
037b4aa227
commit
5226ca1f75
@ -61,7 +61,7 @@ exports.inspect = function(source,operator,options) {
|
||||
});
|
||||
output.output = compiledFilter.call(options.wiki,source,options.widget);
|
||||
var results = [];
|
||||
console.log(`Inspected ${JSON.stringify(output,null,4)}`);
|
||||
// console.log(`Inspected ${JSON.stringify(output,null,4)}`);
|
||||
results.push(JSON.stringify(output,null,4));
|
||||
return results;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user