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

Removed count println from predict(..) as per #28 #43

Merged
merged 1 commit into from
Jun 27, 2024

Conversation

BenjaminMassey
Copy link
Contributor

A simple removal of the println!("count {}", reverse_count); line from the predict function in src/lib.rs.

As per issue #28, there could be further usage of the log crate, but until that is more generally added and utilized properly, I think that it makes the most sense to simply get rid of this for now.

@mdrokz mdrokz merged commit 49ab940 into mdrokz:master Jun 27, 2024
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 this pull request may close these issues.

2 participants