Skip to content

Commit

Permalink
Remove useless log
Browse files Browse the repository at this point in the history
Also the log was being done too soon, before giving the oportunity to call `configure` to set the logger.
  • Loading branch information
satazor authored and diogotorres97 committed Dec 30, 2024
1 parent 54edff6 commit 2279dd2
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -275,8 +275,6 @@ process.on('SIGTERM', () => {
processManager.shutdown();
});

processManager.log.info('Process manager initialized');

/**
* Export `processManager`.
*/
Expand Down

0 comments on commit 2279dd2

Please sign in to comment.