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`,