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

A (debugging?) print statement is present in code #76

Closed
poljvd opened this issue Jul 13, 2022 · 3 comments
Closed

A (debugging?) print statement is present in code #76

poljvd opened this issue Jul 13, 2022 · 3 comments

Comments

@poljvd
Copy link

poljvd commented Jul 13, 2022

The turnrate is being printed to the console every time it is present in a message. That should not be the case.

See the offending line here:

print(turn, math.copysign(int((turn / 4.733) ** 2), turn))

@M0r13n
Copy link
Owner

M0r13n commented Jul 14, 2022

@poljvd

Jep. That definitely should not be there.

M0r13n added a commit that referenced this issue Jul 14, 2022
@poljvd
Copy link
Author

poljvd commented Jul 14, 2022

Thx for the quick fix. My console is clean again! :-)

@M0r13n
Copy link
Owner

M0r13n commented Jul 14, 2022

Great! 😆

@M0r13n M0r13n closed this as completed Jul 14, 2022
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

No branches or pull requests

2 participants