fix: remove log

This commit is contained in:
Sérgio Salgado 2021-04-29 17:38:05 +01:00 committed by Josh Harvey
parent ea1aafa3e9
commit 52f4fe8473

View file

@ -42,8 +42,6 @@ const allFields = (getData, onChange, auxElements = []) => {
const tzLabels = getTzLabels(timezonesData)
console.log(tzLabels)
const findSuggestion = it => {
const machine = R.find(R.propEq('deviceId', it.machine))(machineData)
return machine ? [machine] : []