Showing
1 changed file
with
0 additions
and
1 deletions
| @@ -198,7 +198,6 @@ | @@ -198,7 +198,6 @@ | ||
| 198 | async function nextStep() { | 198 | async function nextStep() { |
| 199 | try { | 199 | try { |
| 200 | let values = await validate(); | 200 | let values = await validate(); |
| 201 | - console.log(values); | ||
| 202 | values = { devicePic: devicePic.value, ...positionState, ...values }; | 201 | values = { devicePic: devicePic.value, ...positionState, ...values }; |
| 203 | delete values.icon; | 202 | delete values.icon; |
| 204 | delete values.deviceAddress; | 203 | delete values.deviceAddress; |