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

parseFiles contains debug prints #77

Closed
linuswagner opened this issue Dec 29, 2023 · 1 comment · Fixed by #78
Closed

parseFiles contains debug prints #77

linuswagner opened this issue Dec 29, 2023 · 1 comment · Fixed by #78

Comments

@linuswagner
Copy link
Collaborator

the following methods contains 3 prints

public IList parseFiles(IList files, IString charset, IBool inferCharset, IList stdLib, IList includeDirs, IMap standardMacros, IMap additionalMacros, IBool includeStdLib) {

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");
@jurgenvinju
Copy link
Member

It's ok to remove them. Thanks @linuswagner

@linuswagner linuswagner linked a pull request Dec 29, 2023 that will close this issue
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 a pull request may close this issue.

2 participants