Skip to content

Commit e90dc3b

Browse files
committed
Remove log
1 parent dba89e6 commit e90dc3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/pages/[username]/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function UserPageInner(props: ActiveUserPageProps) {
117117
const {lover: clientLover, refreshLover} = useLoverByUser(user)
118118
// Show previous profile while loading another one
119119
const lover = clientLover ?? staticLover
120-
console.log('lover:', user?.username, lover, clientLover, staticLover)
120+
// console.log('lover:', user?.username, lover, clientLover, staticLover)
121121

122122
return (
123123
<LovePage

0 commit comments

Comments
 (0)