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

Unwanted debug console.log calls in SelectQueryBuilder.ts #8792

Closed
cduff opened this issue Mar 24, 2022 · 0 comments · Fixed by #8795
Closed

Unwanted debug console.log calls in SelectQueryBuilder.ts #8792

cduff opened this issue Mar 24, 2022 · 0 comments · Fixed by #8795

Comments

@cduff
Copy link
Contributor

cduff commented Mar 24, 2022

Issue Description

Expected Behavior

typeorm should not produce console output unless logging is enabled.

Actual Behavior

Direct console.log calls are being made from within SelectQueryBuilder.ts:

console.log("adding following selects: ", this.selects)

console.log("sub selection", relationName)

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?

  • ✖️ Yes, I have the time, and I know how to start.
  • ✖️ Yes, I have the time, but I don't know how to start. I would need guidance.
  • ✖️ No, I don’t have the time, but I can support (using donations) development.
  • ✅ No, I don’t have the time and I’m okay to wait for the community / maintainers to resolve this issue.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants