Skip to content

Commit

Permalink
removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
rhernandez-intertech committed Nov 13, 2024
1 parent 3eced3a commit 714c9e1
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,6 @@ export class TreasureHuntPptService {
]);
let utilityUnit: string;
opp.annualEnergySavings.forEach(annulEnergy => {
console.log(annulEnergy);
utilityUnit = this.treasureHuntPptTableService.getUtilityUnit(annulEnergy.label, settings);
rows.push([
annulEnergy.label,
Expand Down

0 comments on commit 714c9e1

Please sign in to comment.