Skip to content

Commit

Permalink
remove consoles
Browse files Browse the repository at this point in the history
  • Loading branch information
Vitalsine85 committed Jan 23, 2025
1 parent 04d8a80 commit cd3ed50
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions apps/launchpad/app/.client/privy-logout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ export default function PrivyLogout({ wallet }: { wallet: string }) {
const logoutTimeoutRef = useRef<NodeJS.Timeout | null>(null)
const hasInitialized = useRef(false)

console.log('address', address)
console.log('wallet', wallet)
console.log('isConnected', isConnected)
console.log('authenticated', authenticated)
console.log('ready', ready)

useEffect(() => {
let mounted = true
const handleLogout = async () => {
Expand Down

0 comments on commit cd3ed50

Please sign in to comment.