Skip to content

Commit

Permalink
Don't log parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
stewart committed Apr 13, 2015
1 parent 2ce56e2 commit b280886
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/javascripts/components/command-tool.es
Expand Up @@ -84,8 +84,6 @@ export default React.createClass({
url = `${this.props.endpoint}/commands/${encodeURIComponent(command)}`,
params = coerceParams(this.state.params);

console.log(params);

post(url)
.send(params)
.end((err, res) => {
Expand Down

0 comments on commit b280886

Please sign in to comment.