mirror of
https://github.com/sussy-code/sudo-proxy.git
synced 2026-04-26 19:22:52 +00:00
chore: remove unnecessary logs
This commit is contained in:
parent
af1331bcc2
commit
f2f3f2dccd
1 changed files with 0 additions and 1 deletions
|
|
@ -183,7 +183,6 @@ export default defineEventHandler(async (event) => {
|
||||||
body = await readRawBody(event);
|
body = await readRawBody(event);
|
||||||
} catch (err) {
|
} catch (err) {
|
||||||
body = null;
|
body = null;
|
||||||
console.log(err);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
if (isMethod(event, "OPTIONS")) {
|
if (isMethod(event, "OPTIONS")) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue