mirror of
https://github.com/enso-org/enso.git
synced 2024-11-22 11:52:59 +03:00
remove log
This commit is contained in:
parent
a579d3765e
commit
ecf9b0fec9
@ -159,7 +159,6 @@ const numberFormat = new Intl.NumberFormat(undefined, {
|
||||
})
|
||||
|
||||
function formatNumber(params: ICellRendererParams) {
|
||||
console.log({ params })
|
||||
const valueType = params.value?.type
|
||||
const value = valueType === 'BigInt' ? BigInt(params.value?.value) : params.value
|
||||
const needsGrouping = dataGroupingMap.value?.get(params.colDef?.field || '')
|
||||
|
Loading…
Reference in New Issue
Block a user