del logs
Gitea Actions Demo / build_and_push (push) Successful in 1m11s Details

This commit is contained in:
artem 2025-02-15 16:54:09 +03:00
parent 8675c7b3dd
commit 54b3a259f9
1 changed files with 0 additions and 1 deletions

View File

@ -40,7 +40,6 @@ export const GetWorkout = (url: string) => {
if (response.data.results[i].speed !== null) {
speed.push(msToKmh(response.data.results[i].speed));
}
console.log(response.data.results[i].power );
if (response.data.results[i].power !== null) {
power.push(response.data.results[i].power);
}