Skip to content

Commit

Permalink
Removed print
Browse files Browse the repository at this point in the history
  • Loading branch information
airenzp authored and xzhou82 committed Oct 16, 2024
1 parent c60ae32 commit df09a11
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion client/plots/violin.js
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,6 @@ class ViolinPlot {

const args = this.validateArgs()
this.data = await this.app.vocabApi.getViolinPlotData(args)
console.log(this.data)

if (this.settings.plotThickness == undefined) {
const thickness = this.data.plots.length == 1 ? 200 : 150
Expand Down

0 comments on commit df09a11

Please sign in to comment.