Skip to content

Commit

Permalink
chore(dcellar-web-ui): remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
devinxl committed Dec 26, 2024
1 parent 579b3cd commit 74f1967
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion apps/dcellar-web-ui/src/utils/string.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,6 @@ export const formatQuota = (quota: IQuotaProps, removeSpace = true) => {
oneTimeFreeConsumedSize: freeConsumedSize,
oneTimeFreeRemain: freeQuota,
};
console.log('value', value.remain);

const f = (v: number, _removeSpace = removeSpace) => {
if (!quota) return '--';
Expand Down

0 comments on commit 74f1967

Please sign in to comment.