From 09b283d02f818a91f228badfe361afdfda366e30 Mon Sep 17 00:00:00 2001 From: Danil Nikolaev Date: Mon, 12 Jan 2026 16:50:59 +0300 Subject: [PATCH] update index.ts --- src/index.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/index.ts b/src/index.ts index 22c47f9..146b056 100644 --- a/src/index.ts +++ b/src/index.ts @@ -129,11 +129,6 @@ async function main() { console.log(`TEST_ENVIRONMENT: ${Environment.TEST_ENVIRONMENT}\nDATA_PATH: ${Environment.DATA_PATH}`); try { - const messages = await messageDao.getAll(); - const users = await userDao.getAll(); - console.log("Messages: ", messages); - console.log("Users: ", users); - const results = await Promise.all( [ initSystemSpecs(), readData(), retrieveAnswers(),