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 980e821 commit 293b690
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 @@ -65,7 +65,6 @@ export class TeadsCurveModel implements ModelPluginInterface {
let total: number;
let allocated: number;
if ('vcpus-allocated' in input && 'vcpus-total' in input) {
console.log('IN HERE');
if (typeof input['vcpus-allocated'] === 'string') {
allocated = parseFloat(input['vcpus-allocated']);
} else if (typeof input['vcpus-allocated'] === 'number') {
Expand Down

0 comments on commit 293b690

Please sign in to comment.