fix: remove log
This commit is contained in:
parent
ea1aafa3e9
commit
52f4fe8473
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