Baunsgaard commented on code in PR #2435:
URL: https://github.com/apache/systemds/pull/2435#discussion_r2828887811
##########
src/main/java/org/apache/sysds/hops/cost/CostEstimator.java:
##########
@@ -155,18 +155,16 @@ else if( pb instanceof BasicProgramBlock )
//awareness of recursive
functions, missing program
if( !memoFunc.contains(fkey) &&
pb.getProgram()!=null )
{
- if(LOG.isDebugEnabled())
-
LOG.debug("Begin Function "+fkey);
-
+ LOG.debug("Begin
Function " + fkey);
Review Comment:
This would be cool, but we should not change the logging framework, so we
just need to verify.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]