diff --git a/index.ts b/index.ts index 2b6312c..f2cd3c1 100644 --- a/index.ts +++ b/index.ts @@ -578,7 +578,6 @@ const main = async (): Promise => { try { await stockpilerUpdateStockpile(client, JSON.parse(body), response); } catch (e) { - console.log(e); response.writeHead(403, { "Content-Type": "application/json" }); response.end( JSON.stringify({ success: false, error: "invalid-json" })