返回提交历史
Modified
src/index.ts
+0
-1
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
代码差异
1 个文件
+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";