Random console log

This commit is contained in:
David Baker 2015-09-16 14:14:21 +01:00
parent 901574b56e
commit f1120562f3

View file

@ -33,7 +33,6 @@ module.exports = React.createClass({
},
onClickDiv: function() {
console.log("onClickDiv triggered");
this.setState({
phase: this.Phases.Edit,
})