mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2025-12-30 22:02:49 -08:00
Whoops console.log
This commit is contained in:
parent
19e19a2f42
commit
e281d5dc16
1 changed files with 0 additions and 1 deletions
|
|
@ -96,7 +96,6 @@ exports.compileFilter = function(filterString) {
|
|||
output.push(operationInfo.epilogue);
|
||||
}
|
||||
output.push(this.filterFragments.epilogue);
|
||||
console.log("Compiled filter to ",output.join("\n"));
|
||||
try {
|
||||
/*jslint evil: true */
|
||||
fn = eval(output.join("\n"));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue