Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

console.log('init'); in production code #8

Open
tooleks-sliceiq opened this issue Dec 4, 2020 · 1 comment · May be fixed by #10
Open

console.log('init'); in production code #8

tooleks-sliceiq opened this issue Dec 4, 2020 · 1 comment · May be fixed by #10

Comments

@tooleks-sliceiq
Copy link

tooleks-sliceiq commented Dec 4, 2020

The following line in the source code causes spamming into the console:

console.log('init');

Exampe:

[Nest] 502716   - 12/04/2020, 11:04:50 AM   [RouterExplorer] Mapped {/***/****/******, GET} route +1ms
init
[Nest] 502716   - 12/04/2020, 11:04:50 AM   [NestApplication] Nest application successfully started +39ms
@MorbidAngel
Copy link

👍 This console.log call is really annoying.

@tooleks tooleks linked a pull request Feb 19, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants