Skip to content

Commit 0994cef

Browse files
committed
test: remove the memory usage log.
1 parent 2ba48e2 commit 0994cef

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ import helmet from 'helmet';
99

1010
import { AppModule } from './app.module';
1111

12-
setInterval(() => console.log(process.memoryUsage()), 10000);
13-
1412
(async () => {
1513
const app = await NestFactory.create(AppModule);
1614

0 commit comments

Comments
 (0)