-
Notifications
You must be signed in to change notification settings - Fork 262
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
Unnecessary Print #561
Comments
I just saw that you already deleted the SysOut in the |
I think something may have gone wrong, I just updated to 3.5.1 and noticed the sysout messages, looking at the commit history I see it was indeed removed but also added back. The ligatures support is looking very nice by the way! |
#bfc9cc9 adds back sysout messages. Is this intended ? @bobbylight |
May be not related but close. |
argh, not sure how this happened! I'll fix this in a quick 3.5.2. Thanks folks |
Fixed (for real this time, hopefully) via #566 which will be in 3.5.2. |
Hey |
Description
Since v3.5.0 there is a System.out which is called on every search next request. Is this really necessary or a leftover from testing new code?
Steps to Reproduce
Specific steps to reproduce the behavior:
Expected behavior
No Print.
Actual behavior
Print
Screenshots
![image](https://private-user-images.githubusercontent.com/87971518/349420032-c121bdc1-edb2-49de-90da-eb8758651d1a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyMjA2NzMsIm5iZiI6MTczOTIyMDM3MywicGF0aCI6Ii84Nzk3MTUxOC8zNDk0MjAwMzItYzEyMWJkYzEtZWRiMi00OWRlLTkwZGEtZWI4NzU4NjUxZDFhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDIwNDYxM1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTNlYzVhMTIzNDMwZDBkZmVlNWE5ZDNhNGVjYTA2MjRkNjk2YjZjMjgxYzc5ZDAwM2ZmMTljNzcwNGI4MGJhZjEmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.xQT4Kz--ulxSBRDJfT8NjcoO4diF-xRkqvuYF2Ed_Gc)
Remove this line.
The text was updated successfully, but these errors were encountered: