From b3ff7becf93687f6ee2464e6a860bd2184da9e4b Mon Sep 17 00:00:00 2001 From: ramzini22 Date: Wed, 1 Oct 2025 00:06:04 +0800 Subject: [PATCH] feat: return uuid --- src/index.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/index.ts b/src/index.ts index 4a3eca7..07bdf98 100644 --- a/src/index.ts +++ b/src/index.ts @@ -57,8 +57,6 @@ export class App { } private logInformationAfterStartServer(url: string) { - logger.info(`Server is running on url: ${url} at ${Date()}. Version: '${version}'.`); - if (Envs.swagger.isWriteConfig) logger.info(`Swagger is running on url: ${url}/${Envs.swagger.path} at ${Date()}. Version: '${version}'.`); }