remove debug code
This commit is contained in:
parent
e9ce35a379
commit
e539f96e8a
1 changed files with 0 additions and 1 deletions
|
@ -60,7 +60,6 @@ export default {
|
||||||
}, (response) => {
|
}, (response) => {
|
||||||
this.$refs.dialogObj.show({text: 'unable to get user'});
|
this.$refs.dialogObj.show({text: 'unable to get user'});
|
||||||
}).then((data) => {
|
}).then((data) => {
|
||||||
console.log(data);
|
|
||||||
this.user = data || {};
|
this.user = data || {};
|
||||||
});
|
});
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue