Skip to content

Commit

Permalink
remove antother console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Viktor Steck committed Jan 26, 2022
1 parent 8733105 commit 8be85a8
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion lib/bounty.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion src/bounty.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ const createDigitRoulette = (svg, fontSize, lineHeight, id) => {
::style("opacity", i === 0 ? '0': '1')
})

console.log('roulette:', roulette)
return roulette
}

Expand Down

0 comments on commit 8be85a8

Please sign in to comment.