mirror of
https://github.com/versia-pub/server.git
synced 2026-03-13 13:59:16 +01:00
refactor: 🔥 Remove superflous logger call
This commit is contained in:
parent
08ce64e9b9
commit
c7ae7f3042
1 changed files with 0 additions and 1 deletions
1
app.ts
1
app.ts
|
|
@ -220,7 +220,6 @@ export const appFactory = async () => {
|
|||
});
|
||||
|
||||
app.onError((error, c) => {
|
||||
const serverLogger = getLogger("server");
|
||||
serverLogger.error`${error}`;
|
||||
sentry?.captureException(error);
|
||||
return c.json(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue