mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2026-09-10 11:59:13 +00:00
Remove debugging code
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user