Skip to content

Commit 2ff4775

Browse files
committed
remove prints
1 parent 91e1f8f commit 2ff4775

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/components/watercolor_box_generator.astro

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,6 @@
178178

179179
let lines: Line[] = [];
180180
lines.push(...createSideMulti(params, 4));
181-
console.log(lines);
182181

183182
const bounds = findLinesBoundingBox(lines);
184183

@@ -207,7 +206,6 @@
207206
for (let line of svgLines) {
208207
svg.appendChild(line);
209208
}
210-
console.log(svg);
211209

212210
const svgString = svg.outerHTML;
213211
const dataUrl = `data:image/svg+xml;base64,${btoa(svgString)}`;

0 commit comments

Comments
 (0)