We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
typeorm should not produce console output unless logging is enabled.
typeorm
Direct console.log calls are being made from within SelectQueryBuilder.ts:
console.log
SelectQueryBuilder.ts
typeorm/src/query-builder/SelectQueryBuilder.ts
Line 2903 in 68a5c23
Line 3689 in 68a5c23
windows 10 node 16.14.2 typescript 4.6.2 typeorm 0.3.3
The text was updated successfully, but these errors were encountered:
fix: remove console.log calls from SelectQueryBuilder (#8795)
54c7db4
Closes: #8792 Co-authored-by: cduff <chris@praxhub.com>
Successfully merging a pull request may close this issue.
Issue Description
Expected Behavior
typeorm
should not produce console output unless logging is enabled.Actual Behavior
Direct
console.log
calls are being made from withinSelectQueryBuilder.ts
:typeorm/src/query-builder/SelectQueryBuilder.ts
Line 2903 in 68a5c23
typeorm/src/query-builder/SelectQueryBuilder.ts
Line 3689 in 68a5c23
My Environment
windows 10
node 16.14.2
typescript 4.6.2
typeorm 0.3.3
Are you willing to resolve this issue by submitting a Pull Request?
The text was updated successfully, but these errors were encountered: