Skip to content

Commit

Permalink
Removed Console logs Ready For Deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterFarber committed Dec 15, 2023
1 parent 7b1dde8 commit 54cb0f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
2 changes: 1 addition & 1 deletion projects/arweave-wallet-kit-ng/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "arweave-wallet-kit-ng",
"version": "2.0.1",
"version": "2.0.2",
"repository": {
"type": "git",
"url": "git+https://github.com/sspfinc/arweave-wallet-kit-ng.git"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,6 @@ export class ArweaveWalletKitNgService {

this.emit('Connected', EVENT_CODES.CONNECT);
} catch (e) {
console.log(e);
this.strategy = undefined;
localStorage.removeItem('strategy');

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ export class ProfileModalComponent implements AfterViewInit, OnDestroy {
);
this.avatar = `https://arweave.net/${avatar}`;
this.handle = response.handle;
console.log(response);
});
}
break;
Expand All @@ -125,7 +124,6 @@ export class ProfileModalComponent implements AfterViewInit, OnDestroy {

break;
}
console.log(event);
}
);

Expand Down

0 comments on commit 54cb0f8

Please sign in to comment.