Skip to content

Commit

Permalink
fix(progress-bar): deleted debug info
Browse files Browse the repository at this point in the history
  • Loading branch information
papasikis committed Aug 2, 2017
1 parent 7965409 commit 16a6ba0
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
],
mounted () {
let progressBar = this.$refs.progressBar
console.log(progressBar.style.transition)
let progressColor = color(this.color)
let current = progressColor
setInterval(() => {
Expand Down

0 comments on commit 16a6ba0

Please sign in to comment.