Skip to content

Commit 081c9b1

Browse files
graphierosalexdln
andauthored
fix: remove log
Co-authored-by: Alex Savelyev <91429106+alexdln@users.noreply.github.com>
1 parent e1012ce commit 081c9b1

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

app/utils/charts.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -613,8 +613,6 @@ export function createAltTextForCompareFacetBarChart({
613613
if (!dataset) return ''
614614
const { facet, description, $t } = config
615615

616-
console.log(config)
617-
618616
const packages = dataset.map(d => d.name).join(', ')
619617
const facet_analysis = dataset
620618
.map(d =>

0 commit comments

Comments
 (0)