fix: remove log
This commit is contained in:
parent
4e88c995d3
commit
642016efeb
1 changed files with 0 additions and 2 deletions
|
|
@ -42,8 +42,6 @@ const allFields = (getData, onChange, auxElements = []) => {
|
||||||
|
|
||||||
const tzLabels = getTzLabels(timezonesData)
|
const tzLabels = getTzLabels(timezonesData)
|
||||||
|
|
||||||
console.log(tzLabels)
|
|
||||||
|
|
||||||
const findSuggestion = it => {
|
const findSuggestion = it => {
|
||||||
const machine = R.find(R.propEq('deviceId', it.machine))(machineData)
|
const machine = R.find(R.propEq('deviceId', it.machine))(machineData)
|
||||||
return machine ? [machine] : []
|
return machine ? [machine] : []
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue