From 761af6eafc4f4b34611365ced4386629364e47e3 Mon Sep 17 00:00:00 2001 From: Last2014 Date: Sat, 28 Jun 2025 12:59:30 +0900 Subject: [PATCH] =?UTF-8?q?console.log()=E5=89=8A=E9=99=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- main.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/main.ts b/main.ts index 9ffbbb8..f41f181 100644 --- a/main.ts +++ b/main.ts @@ -8,7 +8,6 @@ dotenv.config(); async function ueuse() { const now = format(new Date(), "HH:mm"); - console.log(now); const resUeuse = await fetch( `https://${process.env.SERVER}/api/ueuse/create`,