From a97b733444af0be1049aec77ca036e4f400142a7 Mon Sep 17 00:00:00 2001 From: Douglas Muth Date: Thu, 9 Nov 2017 21:45:23 -0500 Subject: [PATCH] Removed TODO list --- src/index.js | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/index.js b/src/index.js index b5cdabe..a4dc28e 100644 --- a/src/index.js +++ b/src/index.js @@ -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