Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
junedchhipa committed Sep 24, 2024
1 parent 3de2918 commit 70b4a87
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/modules/annotations/Helpers.js
Original file line number Diff line number Diff line change
Expand Up @@ -240,7 +240,6 @@ export default class Helpers {
.map((item) => (Array.isArray(item) ? item.join(' ') : item))
.indexOf(x)

console.log(catIndex)
const xLabel = w.globals.dom.baseEl.querySelector(
`.apexcharts-xaxis-texts-g text:nth-child(${catIndex + 1})`
)
Expand Down

0 comments on commit 70b4a87

Please sign in to comment.