Skip to content

Commit d8b6283

Browse files
committed
remove log
1 parent b9ac75c commit d8b6283

File tree

1 file changed

+0
-1
lines changed
  • src/routes/[[locale=locale]]/(site)/works/[slug]

1 file changed

+0
-1
lines changed

src/routes/[[locale=locale]]/(site)/works/[slug]/+page.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ import { one } from 'virtual:works';
33

44
export async function load(e) {
55
const work = await one({ locale: getLocale(), slug: e.params.slug });
6-
console.log(work);
76
return {
87
work,
98
};

0 commit comments

Comments
 (0)