Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Bccorb committed Dec 18, 2023
1 parent 922b18b commit 4cd7779
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,6 @@ export const ProjectCollectionsList = (props) => {
activePanelGroup
] = activePanel.split('.')

console.log('collection list', projectIds.sort())

const collectionsList = projectIds.sort().map((collectionId, index) => {
const isPanelActive = activePanelGroup === index.toString()
const color = getColorByIndex(index)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,6 @@ export const TimelineContainer = (props) => {
const isProjectPage = isPath(pathname, ['/projects'])
const isGranulesPage = isPath(pathname, ['/search/granules'])

console.log('timeline', timeline)

const collectionMetadata = {}
const collectionsToRender = []

Expand Down

0 comments on commit 4cd7779

Please sign in to comment.