Skip to content

Commit

Permalink
Remove code for compiling unused charts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrchrisadams committed Nov 17, 2024
1 parent b8521d1 commit 7b21408
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions apps/theme/static_src/src/app.js
Original file line number Diff line number Diff line change
@@ -1,5 +1 @@
import statsCharts from './stats-charts'

console.debug({ chartData: window.chartData})
const ctx = document.getElementById("chart-last-30-days")
const res = statsCharts.render(ctx, window.chartData)
console.log("Compiled app.js")

0 comments on commit 7b21408

Please sign in to comment.