Skip to content

Commit

Permalink
removed debug statements
Browse files Browse the repository at this point in the history
  • Loading branch information
mrj4001 committed Jan 20, 2025
1 parent 69f356e commit 2264b38
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/main/java/reciter/controller/ReCiterController.java
Original file line number Diff line number Diff line change
Expand Up @@ -469,6 +469,7 @@ public ResponseEntity runFeatureGenerator(@RequestParam(value = "uid") String ui
stopWatch.start("Feature generation for UID");

final double totalScore;
if(authorshipLikelihoodScore == null) {
totalScore = totalArticleScoreStandardizedDefault; // Configuring the totalScore in multiple of 10's in application.properties file
} else {
totalScore = authorshipLikelihoodScore; // Configuring the totalScore in multiple of 10's in application.properties file
Expand Down

0 comments on commit 2264b38

Please sign in to comment.