diff --git a/src/cubing/puzzle-geometry/PGPuzzles.spec.ts b/src/cubing/puzzle-geometry/PGPuzzles.spec.ts index 43215a71b..3e19e9d0d 100644 --- a/src/cubing/puzzle-geometry/PGPuzzles.spec.ts +++ b/src/cubing/puzzle-geometry/PGPuzzles.spec.ts @@ -97,7 +97,7 @@ describe("PuzzleGeometry-Puzzles", () => { for (const move of algo.units()) { bms.push(pg.notationMapper.notationToExternal(move as Move) as Move); } - console.log(algo.toString(), bms); + // console.log(algo.toString(), bms); algo = new Alg(bms); const ksp = new KSolvePuzzle(kpuzzledef); const tai = new TreeAlgIndexer(ksp, algo);