Skip to content

Commit

Permalink
chore: remove log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
HendrikThePendric committed Nov 13, 2024
1 parent 4387817 commit f935562
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 @@ -240,7 +240,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 f935562

Please sign in to comment.