elastic / ml-cpp

Machine learning C++ code
Other
149 stars 62 forks source link

Remove unnecessary debug info log from inference #2627

Closed maxhniebergall closed 7 months ago

maxhniebergall commented 7 months ago

This commit added an extra debug log: https://github.com/elastic/ml-cpp/commit/a8634eb4d74fb102f252736a85591750e475ff16#diff-d55591b8583d119527b80207e8bba9567594f95d206572afa4cca65e3f17a6a4R187

It was printing information for every inference call.

Back-porting to 8.13.0