Skip to content

Commit adee7f3

Browse files
committed
chore: do not print env
Signed-off-by: Ricardo Arturo Cabral Mejía <me@ricardocabral.io>
1 parent 43d906e commit adee7f3

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/app/app.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,6 @@ export class App implements IRunnable {
5050
? Number(process.env.WORKER_COUNT)
5151
: this.settingsFactory().workers?.count || cpus().length
5252

53-
debug('env: %O', process.env)
54-
5553
for (let i = 0; i < workerCount; i++) {
5654
debug('starting worker')
5755
this.cluster.fork()

0 commit comments

Comments
 (0)