Skip to content

Commit

Permalink
refs #16 Neuron view removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
keiono committed Aug 7, 2017
1 parent 1a88b8f commit 764940e
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 35 deletions.
19 changes: 2 additions & 17 deletions backend/webserver/static/app/bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion backend/webserver/static/app/vendor.bundle.js

Large diffs are not rendered by default.

3 changes: 0 additions & 3 deletions frontend/client/components/PropertyPanel/SubNetworkView.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,6 @@ class SubNetworkView extends Component {

const subnet = this.props.subnet

console.log("------------------------>> Subtree rendering")
console.log(subnet)

return (
<div style={style}>

Expand Down
13 changes: 0 additions & 13 deletions frontend/client/components/SubTreePanel/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,6 @@ class SubTreePanel extends Component {

render() {

console.log('================== DAG Panel *********************************************************************')
console.log(this.props)

const cardStyle = {
height: this.getHeight(),
zIndex: '1200',
Expand Down Expand Up @@ -122,12 +119,6 @@ class SubTreePanel extends Component {
<CardActions
style={actionStyle}
>
<Toggle
label="Show Neurons"
labelPosition="right"
style={{maxWidth: 180}}
onToggle={this.handleToggle}
/>
<RaisedButton
icon={this.state.isMax ? <CollapseIcon /> : <ExpandIcon />}
onClick={this.toggleWindow}
Expand Down Expand Up @@ -159,10 +150,6 @@ class SubTreePanel extends Component {
this.props.uiStateActions.showResult(false)
}

// componentDidUpdate(prevProps, prevState) {
// this.setState({filterDag: null})
// }


getMainContents = (result, running) => {

Expand Down
2 changes: 1 addition & 1 deletion frontend/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ module.exports = {
filename: 'bundle.js',
},
devtool: 'inline-source-map',

module: {
loaders: [
{
Expand Down

0 comments on commit 764940e

Please sign in to comment.