Remove console.log

This commit is contained in:
Tanner Linsley
2017-05-09 13:15:14 -06:00
parent c24cc37c7d
commit ad7ea2f5d3

View File

@@ -570,7 +570,6 @@ export default class ReactTable extends Methods(Lifecycle(Component)) {
onClick: onExpanderClick
}
if (pivotBy) {
console.log(cellInfo)
if (cellInfo.groupedByPivot) {
resolvedCell = null
}