Skip to content

Commit

Permalink
chore: remove useless debug console log
Browse files Browse the repository at this point in the history
  • Loading branch information
xynydev committed Apr 17, 2024
1 parent c2de580 commit 4252a47
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/routes/new/+page.server.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import { redirect } from "@sveltejs/kit";
export function load({ locals }) {
console.log(locals);
if (locals.githubUser === null) {
redirect(303, "/");
}
Expand Down

0 comments on commit 4252a47

Please sign in to comment.