diff --git a/client/modules/IDE/components/CollectionList/CollectionListRow.jsx b/client/modules/IDE/components/CollectionList/CollectionListRow.jsx index edcf321e..05ef9dce 100644 --- a/client/modules/IDE/components/CollectionList/CollectionListRow.jsx +++ b/client/modules/IDE/components/CollectionList/CollectionListRow.jsx @@ -32,7 +32,6 @@ AddRemoveButton.propTypes = { class CollectionListRowBase extends React.Component { static projectInCollection(project, collection) { - console.log('project in collection', project, collection); return collection.items.find(item => item.project.id === project.id) != null; }