Skip to content

Commit

Permalink
no console
Browse files Browse the repository at this point in the history
  • Loading branch information
meguiraun committed Sep 27, 2023
1 parent 86475cb commit 1e2d8ca
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ui/src/containers/SampleGridTableContainer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -1348,7 +1348,6 @@ class SampleGridTableContainer extends React.Component {
}

isSingleCell() {
console.log('isSingleCell');
return Object.values(this.props.sampleList).every(
(sample) => sample.cell_no === 1,
);
Expand Down

0 comments on commit 1e2d8ca

Please sign in to comment.