Skip to content

Commit

Permalink
remove logs from git ui
Browse files Browse the repository at this point in the history
  • Loading branch information
bunsenstraat authored and Aniket-Engg committed Jul 16, 2024
1 parent 4f82d42 commit 8a4361c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions libs/remix-ui/git/src/lib/listeners.ts
Original file line number Diff line number Diff line change
Expand Up @@ -223,12 +223,6 @@ const calculateLocalStorage = async () => {
const quotaMB = bytesToMB(estimate.quota);
const availableMB = bytesToMB(estimate.quota - estimate.usage);
const percentageUsed = calculatePercentage(estimate.usage, estimate.quota);

console.log(`Used storage: ${usedMB} MB`);
console.log(`Total quota: ${quotaMB} MB`);
console.log(`Available storage: ${availableMB} MB`);
console.log(`Percentage used: ${percentageUsed}%`);

storage = {
used: usedMB,
total: quotaMB,
Expand Down

0 comments on commit 8a4361c

Please sign in to comment.