removed logs
This commit is contained in:
parent
98717b7c00
commit
4d24dd0f6d
1 changed files with 0 additions and 2 deletions
|
|
@ -49,7 +49,6 @@ export default function DeviceScannedComponents(props: Props){
|
|||
},[scannedComponents])
|
||||
|
||||
useEffect(() => {
|
||||
console.log(components)
|
||||
let steps: CompStep[] = []
|
||||
components.forEach(comp => {
|
||||
steps.push({
|
||||
|
|
@ -181,7 +180,6 @@ export default function DeviceScannedComponents(props: Props){
|
|||
})
|
||||
})
|
||||
}
|
||||
console.log(cloneList)
|
||||
setComponents(cloneList)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue