Skip to content

Commit

Permalink
remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielRyanSmith committed Oct 22, 2024
1 parent d685387 commit 0844f00
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion webapp/components/interop-data-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ class InteropDataManager {
this.previousInvestigationTotalScore =
this.#calcInvestigationTotalScore(this.previousInvestigationScores);
}
console.log(this.investigationScores);
if (this.investigationScores) {
this.investigationTotalScore =
this.#calcInvestigationTotalScore(this.investigationScores);
Expand Down

0 comments on commit 0844f00

Please sign in to comment.