Skip to content

Commit

Permalink
Removed console message
Browse files Browse the repository at this point in the history
Fixes #266
  • Loading branch information
tombeckenham committed Dec 13, 2024
1 parent cff6423 commit 5b79d01
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/background/service/storage-evaluator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export class StorageEvaluator {
): Promise<EvaluateStorageResult> {
// Get storage info from openapi service
const storageInfo = await openapiService.getStorageInfo(address);
console.log('storageInfo', storageInfo);
const remainingStorage = storageInfo.capacity - storageInfo.used;
const isStorageSufficient = remainingStorage >= StorageEvaluator.MINIMUM_STORAGE_BUFFER;

Expand Down

0 comments on commit 5b79d01

Please sign in to comment.