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