cleanup, whitespace, logs

This commit is contained in:
Colin Megill
2018-02-21 14:44:34 -08:00
parent 11f6ee7799
commit add08c4764
4 changed files with 6 additions and 4 deletions
+1 -3
View File
@@ -104,9 +104,7 @@ const updateCellSelectionMiddleware = (store) => {
return cell.e[indexOfGene]
})
console.log('middle', action, expressionMap, minExpressionCell)
// console.log('middle', action, expressionMap, minExpressionCell)
colorScale = d3.scaleLinear()
.domain([minExpressionCell.e[indexOfGene], maxExpressionCell.e[indexOfGene]])
@@ -190,6 +190,8 @@ const updateCellSelectionMiddleware = (store) => {
})
}
let modifiedAction = Object.assign({}, action, {
newSelection,
newCategoricalAsBooleansMap,