Skip to content

Commit

Permalink
rm console.log statement
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Cook <[email protected]>
  • Loading branch information
jmcook1186 authored Nov 16, 2023
1 parent 293b690 commit 95ff169
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/lib/teads-curve/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export class TeadsCurveModel implements ModelPluginInterface {
throw new Error('invalid type for vcpus-total');
}

console.log('updating energy');
energy = energy * (allocated / total);
}
input['energy-cpu'] = energy;
Expand Down

0 comments on commit 95ff169

Please sign in to comment.