From eb9159747a5ad064a7ef7849c7587f0c061332c4 Mon Sep 17 00:00:00 2001 From: Katy Huang Date: Mon, 29 Apr 2024 16:52:51 -0700 Subject: [PATCH] remove unnecessary logs --- apps/server/src/functions/cron/testLog.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/apps/server/src/functions/cron/testLog.ts b/apps/server/src/functions/cron/testLog.ts index 557e154a..67a57fc5 100644 --- a/apps/server/src/functions/cron/testLog.ts +++ b/apps/server/src/functions/cron/testLog.ts @@ -1,7 +1,5 @@ import { format } from "date-fns"; -import { env } from "../env"; - export const main = async (event, context) => { try { const now = new Date();