Remove logging
This commit is contained in:
parent
5011c1f002
commit
d2ec6864fb
1 changed files with 0 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue