remove comment

This commit is contained in:
Colin Megill
2017-12-07 14:33:50 -08:00
parent fa9d0ad528
commit c2ca9eb544
+1 -1
View File
@@ -86,7 +86,7 @@ class Graph extends React.Component {
nextProps.colorAccessor,
nextProps.ranges, /* assumption that this exists if vertices does both are on cells */
nextProps.metadata,
nextProps.currentCellSelection, /* continuousSelected should probably inform a global 'is active' array rather than be consumed so specifically here */
nextProps.currentCellSelection,
nextProps.graphBrushSelection,
nextProps.colorScale,
nextProps.graphMap,