Skip to content

Commit 2242c22

Browse files
glassdimlyEvanLovely
authored andcommitted
fix(svg-animations): pull out console log
1 parent fb83f48 commit 2242c22

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

packages/components/bolt-svg-animations/src/svg-animations.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,6 @@ class SVGAnimations extends withLitHtml() {
3232
const theme = this.getAttribute('theme');
3333
const SVGTag = SVGs[`${animType}`];
3434

35-
console.log(this.slot('default'));
36-
console.log(`${animType}`, SVGTag({ speed, theme }));
37-
3835
return html`
3936
${this.addStyles([styles])}
4037
<div class="${classMap(classes)}" is="shadow-root">

0 commit comments

Comments
 (0)