Skip to content

Commit 66fc26e

Browse files
committed
Remove logs
1 parent b626be4 commit 66fc26e

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

composables/useSignIn.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,6 @@ export default function (): SignInProgressProps {
2626
url = url.charAt(url.length - 1) === '/' ? url : `${url}/`;
2727
url = `${url}dashboard`;
2828

29-
console.log(config.public.siteUrl, config.public.testUrl);
30-
console.log(url);
31-
3229
return url;
3330
};
3431

0 commit comments

Comments
 (0)