Removed TODO list

This commit is contained in:
Douglas Muth 2017-11-09 21:45:23 -05:00
parent 5ed5080f04
commit a97b733444

View file

@ -6,15 +6,6 @@ var Promise = require("bluebird");
var lib = require("./lib.js");
/*
TEST/TODO: Things to refactor:
X Diceware.getRandomValue
X Diceware.getBase6
X Diceware.convertBase6ToDice
X Diceware.getNumValuesFromNumDice
- Diceware.rollDice(1).roll.length
*/
//
// This "put everything in an object" approach is a holdover from