mirror of
https://github.com/p-stream/simple-proxy.git
synced 2026-01-11 20:10:35 +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);
|
||||
} catch (err) {
|
||||
body = null;
|
||||
console.log(err);
|
||||
}
|
||||
|
||||
if (isMethod(event, "OPTIONS")) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue