Skip to content

Commit

Permalink
chore(4544-1): remove unnecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
Kolezhanchik committed Dec 31, 2024
1 parent 766d7e5 commit 98e976b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ export default privateCloudProductUsageMetrics(({ getPathParams }) => {
containerName: 'Container name',
usage: { cpu: 'CPU usage', memory: 'Memory usage' },
requests: { cpu: 'CPU request', memory: 'Memory request' },
limits: { cpu: 'CPU limits', memory: 'Memory limits' },
},
...transformPodData(data.podMetrics),
];
Expand Down
1 change: 0 additions & 1 deletion app/helpers/auto-approval-check.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@ const allowedMinResource = {
};

function checkAutoApprovalEligibility({ allocation, deployment, resourceType }: QuotaUpgradeResourceDetail): boolean {
console.log('allocation', allocation);
if (deployment.usage === -1) return false;

// Calculate usage-to-limit and utilization ratios
Expand Down

0 comments on commit 98e976b

Please sign in to comment.