Removed redundant code

This commit is contained in:
2024-12-26 23:50:04 +01:00
parent e571cf2230
commit a95c67b5fe
6 changed files with 28 additions and 71 deletions

View File

@ -142,6 +142,4 @@ export class Server {
// Start the server
const server = new Server()
server.start()
appLogger.info('Server started')
server.start()