mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-11 12:45:08 +00:00
remove unused console.log
This commit is contained in:
parent
08a4e58b8f
commit
6b97f36d2b
@ -20,7 +20,6 @@ define([
|
|||||||
this.setState({showSearch: false});
|
this.setState({showSearch: false});
|
||||||
},
|
},
|
||||||
updateItems: function(projects) {
|
updateItems: function(projects) {
|
||||||
console.log(projects);
|
|
||||||
this.setState({projects: projects});
|
this.setState({projects: projects});
|
||||||
},
|
},
|
||||||
onSearchProject: function() {
|
onSearchProject: function() {
|
||||||
|
Loading…
Reference in New Issue
Block a user