XFE Git
XFE Studio Git
Git 首页 全局搜索
XFE 主站 文档 NuGet

SpaceNinjaServer

A simple server for a small space ninja game

公开
关注 0 Fork 1 Star 0
返回提交历史

XFEstudio/SpaceNinjaServer

chore: remove "starting up" message (#4145)

It's not printed meaningfully earlier than anything else, so it no longer really serves a purpose. Reviewed-on: https://onlyg.it/OpenWF/SpaceNinjaServer/pulls/4145 Co-authored-by: Sainan <63328889+Sainan@users.noreply.github.com> Co-committed-by: Sainan <63328889+Sainan@users.noreply.github.com>

8ae98ebd
Sainan <63328889+Sainan@users.noreply.github.com>
提交于

代码差异

1 个文件 +0 -1
Modified src/index.ts +0 -1
@@ -14,7 +14,6 @@ try {
14 14
15 15 // Now we can init the logger with the settings provided in the config.
16 16 import { logger } from "./utils/logger.ts";
17 logger.info("Starting up...");
18 17
19 18 // Proceed with normal startup: bring up config watcher service, validate config, connect to MongoDB, and finally start listening for HTTP.
20 19 import mongoose from "mongoose";