Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ScrapCodes committed Oct 21, 2024
1 parent a182110 commit 8962804
Showing 1 changed file with 0 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -245,12 +245,6 @@ private VariableStatsEstimate computeStatsViaAnnotations(CallExpression call, Vo
if (statsHeader.isPresent()) {
return computeCallStatistics(call, context, statsHeader.get());
}
else {
System.out.println("Stats not found for function: " + call);
}
}
else {
System.out.println("Stats not found for function2: " + call);
}
}
return VariableStatsEstimate.unknown();
Expand Down

0 comments on commit 8962804

Please sign in to comment.