Skip to content

Commit 8fc2ffb

Browse files
committed
chore: remove debug logs
1 parent a0534fa commit 8fc2ffb

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/layouts/WikiArticle.astro

-1
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,6 @@ export interface Props {
188188
`article ${location.hash}`
189189
);
190190
if (target) {
191-
console.log("SCROLLING TO TARGET ON PAGE LOAD");
192191
target.scrollIntoView();
193192
}
194193
</script>

src/util/vscode.ts

-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@ export const getExtensionInstalls = async (
1616
if (match === null) {
1717
throw new Error("Failed to parse out install count");
1818
}
19-
console.log(match)
2019
return Number(match[1]);
2120
} catch (e) {
2221
throw new Error("Failed to get extension information", { cause: e });

0 commit comments

Comments
 (0)