mirror of
https://github.com/stack-auth/stack.git
synced 2026-06-04 21:04:37 +08:00
Remove unnecessary console.error
This commit is contained in:
parent
f796cbf115
commit
f20d250aa7
@ -168,8 +168,6 @@ function EmailSendDataTable() {
|
||||
try {
|
||||
const emails = await stackAdminApp.listSentEmails();
|
||||
setEmailLogs(emails);
|
||||
} catch (error) {
|
||||
console.error("Failed to fetch email logs:", error);
|
||||
} finally {
|
||||
setLoading(false);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user