summaryrefslogtreecommitdiff
path: root/src/components/List.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/components/List.js')
-rw-r--r--src/components/List.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/List.js b/src/components/List.js
index 558f1ab..80222db 100644
--- a/src/components/List.js
+++ b/src/components/List.js
@@ -86,7 +86,6 @@ class List extends React.Component {
</div>
<div id="main">
{this.state.objects.map(data => {
- console.log(data);
return <ObjectComponent {...data} key={data._id} />;
})}
</div>