We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26066c2 commit 4d4ff84Copy full SHA for 4d4ff84
npm-app/src/cli.ts
@@ -294,12 +294,6 @@ export class CLI {
294
if (!isHomeDir && !this.printMode) {
295
console.log(green('Codebuff out!'))
296
}
297
- if (process.env.NEXT_PUBLIC_CB_ENVIRONMENT === 'dev') {
298
- logger.info(
299
- '[dev] active handles on close',
300
- (process as any)._getActiveHandles(),
301
- )
302
- }
303
})
304
for (const signal of ['SIGTERM', 'SIGHUP']) {
305
process.on(signal, async () => {
0 commit comments