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
the following methods contains 3 prints
clair/src/lang/cpp/internal/Parser.java
Line 290 in bd0b80d
are these on purpose?
out("Beginning at " + begin.toString());
out("CDT took " + (Duration.between(begin, between).toMillis() * 1.0d) / 1000 + "seconds");
out("Marshalling took " + (Duration.between(between, done).toMillis() * 1.0d) / 1000 + "seconds");
The text was updated successfully, but these errors were encountered:
It's ok to remove them. Thanks @linuswagner
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
the following methods contains 3 prints
clair/src/lang/cpp/internal/Parser.java
Line 290 in bd0b80d
are these on purpose?
The text was updated successfully, but these errors were encountered: