diff --git a/client/src/index.ts b/client/src/index.ts index 4f86277..7f15e0a 100644 --- a/client/src/index.ts +++ b/client/src/index.ts @@ -35,7 +35,6 @@ function makeOnWsMessage() { progressAnimation.stop(); break; } - console.log(data); updateClasses(progressBar, [], ['display-none']); progressAnimation.start({ maxSec: position.maxPositionSec,