del logs
Gitea Actions Demo / build_and_push (push) Successful in 1m11s
Details
Gitea Actions Demo / build_and_push (push) Successful in 1m11s
Details
This commit is contained in:
parent
8675c7b3dd
commit
54b3a259f9
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue