Skip to content

Commit

Permalink
Remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkHershey committed Dec 19, 2023
1 parent 43f2534 commit a5190a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bar-chart-race/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ async function main() {
}

const updateProgressBar = () => {
console.log("playProgress: ", playProgress);
// console.log("playProgress: ", playProgress);
const position = progressToPosition(playProgress);
handle.attr("cx", position);
progressBar.attr("width", position);
Expand Down

0 comments on commit a5190a9

Please sign in to comment.