mirror of
https://github.com/movie-web/simple-proxy.git
synced 2025-09-13 13:33:27 +00:00
chore: remove unnecessary logs
This commit is contained in:
@@ -183,7 +183,6 @@ export default defineEventHandler(async (event) => {
|
||||
body = await readRawBody(event);
|
||||
} catch (err) {
|
||||
body = null;
|
||||
console.log(err);
|
||||
}
|
||||
|
||||
if (isMethod(event, "OPTIONS")) {
|
||||
|
Reference in New Issue
Block a user