diff options
Diffstat (limited to 'src/index.ts')
| -rw-r--r-- | src/index.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/index.ts b/src/index.ts index bd9b094d98..f86c768fdc 100644 --- a/src/index.ts +++ b/src/index.ts @@ -109,7 +109,6 @@ async function workerMain(opt) { */ async function init(): Promise<Config> { Logger.info('Welcome to Misskey!'); - Logger.info(chalk.bold('Misskey <aoi>')); Logger.info('Initializing...'); EnvironmentInfo.show(); |