Remove console.log

This commit is contained in:
Ivan Meredith 2016-08-25 10:47:02 +12:00
parent 59b9eafd03
commit 9b56aa3e8a
1 changed files with 0 additions and 1 deletions

View File

@ -159,7 +159,6 @@ export class DashboardCards extends Component {
}
_onRunClick(pipeline) {
console.log("clikced");
this.props.runPipeline(pipeline);
}