remove unused console.log

This commit is contained in:
Vladimir Polyakov 2015-06-14 14:32:07 +03:00
parent 08a4e58b8f
commit 6b97f36d2b

View File

@ -20,7 +20,6 @@ define([
this.setState({showSearch: false});
},
updateItems: function(projects) {
console.log(projects);
this.setState({projects: projects});
},
onSearchProject: function() {