Remove log
This commit is contained in:
parent
69d46abba2
commit
ba1568882d
|
@ -119,7 +119,6 @@
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
return row => {
|
return row => {
|
||||||
console.log("processStringSync")
|
|
||||||
return processStringSync(column.format, { [id]: row })
|
return processStringSync(column.format, { [id]: row })
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue