NickColley / scrambo

Puzzle Scramble Generator
26 stars 5 forks source link

Remove unused code from new adapters #33

Open NickColley opened 8 years ago

NickColley commented 8 years ago

New 222 and 333 adapters have code to render cubes but we only care about scrambles in this project.

This will make the payload smaller and remove more responsibility away from this repo, if these are needed they should be put into a different library.

You can run 'npm run cover' to get a coverage report which should help in finding dead code.