diff --git a/src/core/lib/Magic.mjs b/src/core/lib/Magic.mjs index 526195ac..ebb6b461 100644 --- a/src/core/lib/Magic.mjs +++ b/src/core/lib/Magic.mjs @@ -331,10 +331,10 @@ class Magic { */ async speculativeExecution(depth=0, extLang=false, intensive=false, recipeConfig=[], useful=false, crib=null) { if (depth < 0) return []; - console.log("still alive"); + // Find any operations that can be run on this data const matchingOps = this.opPatterns.findMatchingInputRegexes(this.inputStr); - console.log(matchingOps); + let results = []; // Record the properties of the current data diff --git a/src/core/operations/FromBraille.mjs b/src/core/operations/FromBraille.mjs index 3007c1b1..40dba2f0 100644 --- a/src/core/operations/FromBraille.mjs +++ b/src/core/operations/FromBraille.mjs @@ -6,7 +6,6 @@ import Operation from "../Operation.mjs"; import {BRAILLE_LOOKUP} from "../lib/Braille.mjs"; -import magicObject from "../lib/MagicObject.mjs"; /** * From Braille operation