Skip to content

Commit

Permalink
fix(capture-match): add candidate data to mock api
Browse files Browse the repository at this point in the history
  • Loading branch information
gwynndp committed Dec 2, 2021
1 parent 09b88ca commit 7fdf248
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/CaptureMatching/CandidateImages.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ function CandidateImages({ candidateImgData, sameTreeHandler }) {
setShowBox([...showBox, i]);
};

console.log('candidates', candidateImgData);
console.log('showBox', showBox);
console.log('candidateImgData[0].captures', candidateImgData[0].captures);

return (
<Box className={classes.imageScroll}>
{candidateImgData.map((tree, i) => {
Expand Down

0 comments on commit 7fdf248

Please sign in to comment.