Skip to content

Commit

Permalink
fix: remove console styleVars
Browse files Browse the repository at this point in the history
  • Loading branch information
imagine10255 committed Nov 10, 2023
1 parent e38da24 commit 6d52efc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/manager/Configurator/Configurator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ class Configurator {
'--carousel-slide-width': this.setting.slidesPerView === 'auto' ? 'auto' : `${100 / this.setting.slidesPerViewActual}%`,
} as CSSProperties;

console.log('styleVars', styleVars);
return styleVars;
}

Expand Down

0 comments on commit 6d52efc

Please sign in to comment.