Skip to content

Commit

Permalink
Remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
mboudet committed Jul 13, 2021
1 parent 9a2650c commit 96ba711
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion askomics/react/src/routes/form/query.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -383,7 +383,6 @@ export default class FormQuery extends Component {
})
}).then(response => {
this.graphState = this.props.location.state.graphState
console.log(this.props.location.state.graphState)
this.updateGraphState()
this.setState({ waiting: false })
})
Expand Down
2 changes: 1 addition & 1 deletion askomics/react/src/routes/form_edit/query.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ export default class FormEditQuery extends Component {
return (
<div className="container">
{redirectLogin}
<h2>Query Builder</h2>
<h2>Form editor</h2>
<hr />
<WaitingDiv waiting={this.state.waiting} center />
<br />
Expand Down

0 comments on commit 96ba711

Please sign in to comment.