Implement logging system
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user