Skip to content

Commit

Permalink
Removed console
Browse files Browse the repository at this point in the history
  • Loading branch information
crisnicandrei committed Oct 27, 2023
1 parent bba4b8c commit 60040ee
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,6 @@ export class GiftStorageComponent implements OnDestroy {
) {
this.account = this.accountService.getAccount();
this.availableSpace = this.bytesToGigabytes(this.account?.spaceLeft);
console.log(this.availableSpace);
this.giftForm = this.fb.group({
email: [
'',
Expand Down

0 comments on commit 60040ee

Please sign in to comment.