mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-03 20:59:09 +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) {
|
exports.run = function(cond, then, elze) {
|
||||||
then = then || "";
|
then = then || "";
|
||||||
elze = elze || "";
|
elze = elze || "";
|
||||||
console.log('Condition:', cond);
|
|
||||||
return cond ? then : elze;
|
return cond ? then : elze;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user