Skip to content

Commit

Permalink
Remove console statements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bccorb committed Jan 18, 2024
1 parent 509aac0 commit f96176a
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions cypress/e2e/paths/search/granules/granules.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -1138,8 +1138,6 @@ describe('Path /search/granules', () => {
body: focusedGranuleGranuleGraphQlBody,
headers: focusedGranuleGraphQlHeaders
})
} else {
console.log('Granule CORBETT:: ', JSON.stringify(req.body))
}
}
)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,6 @@ const GranuleResultsItem = forwardRef(({
}

const handleClickGranuleDetails = (granuleId) => {
console.log('CORBETT:: ', granuleId)
onFocusedGranuleChange(granuleId)
}

Expand Down

0 comments on commit f96176a

Please sign in to comment.