remove log

This commit is contained in:
PhilReact 2024-11-14 00:20:29 +02:00
parent 4527478080
commit e16a2150b9

View File

@ -43,7 +43,6 @@ export const QMailMessages = ({userName, userAddress}) => {
const [lastEnteredTimestamp, setLastEnteredTimestamp] = useState(null)
const [loading, setLoading] = useState(true)
console.log('lastEnteredTimestamp', lastEnteredTimestamp)
const getMails = useCallback(async () => {
try {
setLoading(true)
@ -100,7 +99,6 @@ export const QMailMessages = ({userName, userAddress}) => {
console.log('mails', mails)
return (
<Box
sx={{