mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-01-25 00:16:52 +00:00
Remove debugging code
This commit is contained in:
parent
2585f8932c
commit
0c4fe6b602
@ -20,7 +20,6 @@ exports.params = [
|
||||
exports.run = function(cond, then, elze) {
|
||||
then = then || "";
|
||||
elze = elze || "";
|
||||
console.log('Condition:', cond);
|
||||
return cond ? then : elze;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user