mirror of
https://gitlab.silvrtree.co.uk/martind2000/nci.git
synced 2025-01-25 18:36:19 +00:00
remove unused console.logs and code
This commit is contained in:
parent
d2a3be53b6
commit
a1951016a9
@ -6,11 +6,6 @@ define([
|
||||
'templates/app/components/app'
|
||||
], function(React, Projects, template) {
|
||||
var Component = React.createClass({
|
||||
getInitialState: function() {
|
||||
return {
|
||||
projects: []
|
||||
};
|
||||
},
|
||||
render: function() {
|
||||
return template({
|
||||
ProjectsList: Projects.List
|
||||
|
@ -1,5 +1,4 @@
|
||||
div
|
||||
h2 projects list
|
||||
- console.log(this);
|
||||
each project in items
|
||||
Item(item=project)
|
||||
|
@ -13,8 +13,6 @@ define([
|
||||
},
|
||||
readAll: function() {
|
||||
resources.projects.sync('read', function(err, projects) {
|
||||
console.log(err);
|
||||
console.log(projects);
|
||||
ProjectActions.load(projects)
|
||||
});
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user