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
View File
@@ -43,7 +43,6 @@ class App extends React.Component {
first request includes query straight off the url bar for now
*/
this.props.dispatch(actions.requestCells(window.location.search))
// this.props.dispatch(actions.___hardcoded___requestGeneExpressionCountsPOST(window.location.search))
}
render() {