Skip to content

Commit 65077cd

Browse files
committed
remove prints
1 parent abe0dfd commit 65077cd

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

src/core/svg.ts

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,6 @@ export async function resolveSize(
8080
widthInInches = svgWidthInInches;
8181
}
8282

83-
console.log({ options });
8483
return {
8584
widthInInches,
8685
heightInInches,
@@ -127,13 +126,6 @@ export async function setSvgSize(
127126
explicitWidth,
128127
} = await resolveSize(mappedSvgSrc.value, options);
129128

130-
console.log({
131-
widthInPoints,
132-
heightInPoints,
133-
explicitHeight,
134-
explicitWidth,
135-
});
136-
137129
const dom = (await getDomParser()).parseFromString(
138130
mappedSvgSrc.value,
139131
"text/html",

0 commit comments

Comments
 (0)