mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-30 04:11:32 -08:00
Remove debugging code
This commit is contained in:
parent
2585f8932c
commit
0c4fe6b602
1 changed files with 0 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue