Skip to content

Commit

Permalink
Remove console logs
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsolo1 committed Oct 29, 2023
1 parent 4c68823 commit dcb581c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
2 changes: 0 additions & 2 deletions browser/src/VariantPage/VariantOccurrenceTable.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -196,8 +196,6 @@ export const GnomadVariantOccurrenceTable = ({
}: GnomadVariantOccurrenceTableProps) => {
const showTotal = showExomes && showGenomes

console.log(variant.faf95_joint)

const isPresentInExome = Boolean(variant.exome)
const isPresentInGenome = Boolean(variant.genome)

Expand Down
2 changes: 0 additions & 2 deletions browser/src/VariantPage/VariantSiteQualityMetrics.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -582,8 +582,6 @@ const SiteQualityMetricsHistogram = ({
width,
}: SiteQualityMetricsHistogramProps) => {

console.log(exomeMetricValue, genomeMetricValue)

const isLogScale = metric === 'SiteQuality' || metric === 'AS_QUALapprox' || metric === 'DP'

const primaryValues = exomeBinValues || genomeBinValues
Expand Down

0 comments on commit dcb581c

Please sign in to comment.