Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
moxious committed Feb 25, 2019
1 parent 52fca57 commit eb267cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/stats/ProbabilityTable.js
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit eb267cc

Please sign in to comment.