Skip to content

Commit

Permalink
fix: remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Nerixyz committed Jul 25, 2020
1 parent 6d7ce99 commit e5d8ca0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,6 @@ function makeOnWsMessage() {
progressAnimation.stop();
break;
}
console.log(data);
updateClasses(progressBar, [], ['display-none']);
progressAnimation.start({
maxSec: position.maxPositionSec,
Expand Down

0 comments on commit e5d8ca0

Please sign in to comment.