We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb83f48 commit 2242c22Copy full SHA for 2242c22
packages/components/bolt-svg-animations/src/svg-animations.js
@@ -32,9 +32,6 @@ class SVGAnimations extends withLitHtml() {
32
const theme = this.getAttribute('theme');
33
const SVGTag = SVGs[`${animType}`];
34
35
- console.log(this.slot('default'));
36
- console.log(`${animType}`, SVGTag({ speed, theme }));
37
-
38
return html`
39
${this.addStyles([styles])}
40
<div class="${classMap(classes)}" is="shadow-root">
0 commit comments