Skip to content

Commit

Permalink
Remove console.log (#252)
Browse files Browse the repository at this point in the history
  • Loading branch information
hannaliebl authored Mar 6, 2018
1 parent 94b41eb commit 4fe7049
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,5 @@ function choices() {
function options() {
const options = generateChoices(8);
options[1].defaultChecked = true;
console.log(options);
return options;
}

0 comments on commit 4fe7049

Please sign in to comment.