Skip to content

Commit 2328cf4

Browse files
Update +page.ts
1 parent 71a9b3b commit 2328cf4

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/routes/integrations/+page.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@ export const load = () => {
3838
const integrationName = slug.slice(slug.lastIndexOf('/') + 1);
3939

4040
frontmatter.platform.map((platform) => platforms.push(platform));
41-
console.log(categoryDescriptions.find((i) => i.slug === frontmatter.category));
4241
categories.push(
4342
categoryDescriptions.find((i) => i.slug === frontmatter.category) ??
4443
({} as SearchableCategory)

0 commit comments

Comments
 (0)