mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 17:53:26 +00:00
chore: remove unnecessary logs
This commit is contained in:
@@ -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")) {
|
||||||
|
Reference in New Issue
Block a user