Skip to content

Commit

Permalink
chore: remove stray console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Oct 15, 2024
1 parent 80ac2db commit bd96ab9
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/visualizations/config/adapters/dhis_highcharts/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -242,7 +242,5 @@ export default function ({ store, layout, el, extraConfig, extraOptions }) {
// force apply extra config
Object.assign(config, extraConfig)

console.log(objectClean(config))

return objectClean(config)
}

0 comments on commit bd96ab9

Please sign in to comment.