Skip to content

Commit

Permalink
misc
Browse files Browse the repository at this point in the history
  • Loading branch information
callionica committed Aug 4, 2024
1 parent 7cc39c1 commit c2f9aaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion colors/try-hard.js
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export function getNodesWithWildcards(root, word) {
/** @type LetterNode[][] */
const spreads = roots.flatMap(r => {
const subresult = getNodesWithWildcards(r, remaining);
console.log("SUB", subresult);
// console.log("SUB", subresult);
if (subresult.length === 0) {
return [[...result, r]];
}
Expand Down

0 comments on commit c2f9aaf

Please sign in to comment.