Skip to content

Commit de32594

Browse files
committed
chore: remove env logger
1 parent be056c7 commit de32594

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/index.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,6 @@ import { startCrontab } from '~/crontab';
88

99
startApp();
1010

11-
logger.warn({ env: process.env, config }, `DEBUG ENV`);
12-
1311
if (!config.readOnly) {
1412
logger.info('Running in read-write mode. Starting crontab...');
1513
startCrontab();

0 commit comments

Comments
 (0)