Skip to content

Commit 1a914a6

Browse files
committed
remove console.log
1 parent 49384bd commit 1a914a6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

apps/web/src/hooks/use-auth.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ const useRedirectParam = () => {
1414
const value =
1515
redirectParam && redirectParam.startsWith("/") ? redirectParam : "/";
1616

17-
console.log(value);
18-
1917
return value;
2018
};
2119

0 commit comments

Comments
 (0)