Closed geektoni closed 6 years ago
Can one of the admins verify this patch?
@mlpack-jenkins test this please
Thanks! I think you are right that it is unnecessary debugging output. Personally I'd be okay with removing the print entirely, even when verbose is set. @zoq any thoughts on this one?
Agreed, this one was was a left over from a previous commit: https://github.com/mlpack/benchmarks/commit/2e8fd55affc815c0ac4ebc83e02d42352a9ea762#diff-1a3a1a0a9cb19f8ba0a65c89a7a2a016R461 which is I think is unnecessary to keep.
Oops, you're right. It was my fault :) I should have checked that.
Haven't noticed either :)
Updated :+1:
Perfect! Thanks so much for the contribution. :+1:
This PR reduces the number of the message which are printed to the terminal when running
make run
. I do not know if thatprint
statement was just for debugging purposes and then it was forgotten, or if it was placed there for a more sensible reason, therefore I just guarded it.Before patch output:
After patch output: