From eb267cc2f641887d679b92a2e0c1572649fccf36 Mon Sep 17 00:00:00 2001 From: Moxious Date: Mon, 25 Feb 2019 16:29:41 -0500 Subject: [PATCH] cleanup --- src/stats/ProbabilityTable.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/stats/ProbabilityTable.js b/src/stats/ProbabilityTable.js index 096f399..80d9aa9 100644 --- a/src/stats/ProbabilityTable.js +++ b/src/stats/ProbabilityTable.js @@ -33,8 +33,6 @@ module.exports = class ProbabilityTable { throw new Error('Inner probability table row must have 2 elements'); } } - - console.log('GOOD', this.data); } choose() {