mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-17 23:34:50 +00:00
Remove debugging code
This commit is contained in:
parent
3f68b13699
commit
4a23bc5c40
@ -207,9 +207,6 @@ function makeNumericBinaryOperator(fnCalc) {
|
|||||||
var result = [],
|
var result = [],
|
||||||
numOperand = $tw.utils.parseNumber(operator.operand);
|
numOperand = $tw.utils.parseNumber(operator.operand);
|
||||||
source(function(tiddler,title) {
|
source(function(tiddler,title) {
|
||||||
if(typeof title !== "string") {
|
|
||||||
console.log("YES!")
|
|
||||||
}
|
|
||||||
result.push(fnCalc($tw.utils.parseNumber(title),numOperand));
|
result.push(fnCalc($tw.utils.parseNumber(title),numOperand));
|
||||||
});
|
});
|
||||||
return result;
|
return result;
|
||||||
|
@ -1020,7 +1020,6 @@ exports.filterItemToObject = function(value,options) {
|
|||||||
case "undefined":
|
case "undefined":
|
||||||
return defaultValue;
|
return defaultValue;
|
||||||
case "object":
|
case "object":
|
||||||
console.log("Got an object!")
|
|
||||||
return value;
|
return value;
|
||||||
case "boolean":
|
case "boolean":
|
||||||
return value;
|
return value;
|
||||||
|
Loading…
Reference in New Issue
Block a user