diff options
author | Paul Frazee <pfrazee@gmail.com> | 2023-01-02 17:38:13 -0600 |
---|---|---|
committer | Paul Frazee <pfrazee@gmail.com> | 2023-01-02 17:38:13 -0600 |
commit | f6a0e634d78eb97d1d877033bf620ea982038731 (patch) | |
tree | 5d6b7ccbc8f6a587c3910c760bceeefda0c0a291 /src/state/models/profile-view.ts | |
parent | 99cec71ed798b29079eb474acd6f7cc799b51a51 (diff) | |
download | voidsky-f6a0e634d78eb97d1d877033bf620ea982038731.tar.zst |
Implement logging system
Diffstat (limited to 'src/state/models/profile-view.ts')
-rw-r--r-- | src/state/models/profile-view.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/state/models/profile-view.ts b/src/state/models/profile-view.ts index 2a69a1345..1c825a482 100644 --- a/src/state/models/profile-view.ts +++ b/src/state/models/profile-view.ts @@ -203,7 +203,6 @@ export class ProfileViewModel { } private _replaceAll(res: GetProfile.Response) { - console.log(res.data) this.did = res.data.did this.handle = res.data.handle Object.assign(this.declaration, res.data.declaration) |