Skip to content

Commit 7e455d1

Browse files
committed
🔇 Remove logs in platform/_layout.svelte
1 parent e41605a commit 7e455d1

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/routes/platform/_layout.svelte

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@
2121
try {
2222
const { status, data } = await UserService.validate()
2323
24-
console.log('STATUS', status)
25-
console.log('DATA', data)
26-
2724
if (status !== 200) {
2825
goto('login')
2926

0 commit comments

Comments
 (0)