Forgot to erase debugging console.log

This commit is contained in:
JCF-402 2026-04-13 06:43:59 -04:00 committed by GitHub
parent acf654c992
commit e89a78437b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -60,8 +60,6 @@ export default class PlotPlugin extends Plugin {
if (!chartInstance) { // If the chart doesnt exist yet. Create it
const wrapper = el.createDiv("plot-wrapper");
console.log(this.settings.transparentBackground);
console.log(this.settings.backgroundColor);
wrapper.setCssProps({
"--wrapper-height": `${this.settings.canvasHeight}px`,
"--wrapper-padding": `${this.settings.canvasPadding}px`,