Skip to content

Commit

Permalink
[puzzle-geometry] Remove logging call from test.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgarron committed Jun 6, 2021
1 parent 30b59c7 commit c8c6d65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/cubing/puzzle-geometry/PGPuzzles.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c8c6d65

Please sign in to comment.