forked from trent_larson/crowd-funder-for-time-pwa
chore: clean up console logs
This commit is contained in:
@@ -758,7 +758,6 @@ export default class DIDView extends Vue {
|
||||
if (resp.status === 200) {
|
||||
const visibility = resp.data;
|
||||
contact.seesMe = visibility;
|
||||
//console.log("Visi check:", visibility, contact.seesMe, contact.did);
|
||||
await this.$updateContact(contact.did, { seesMe: visibility });
|
||||
|
||||
const message =
|
||||
|
||||
Reference in New Issue
Block a user