remove debug code

This commit is contained in:
Davide Alberani 2017-01-20 19:13:02 +01:00
parent e9ce35a379
commit e539f96e8a

View file

@ -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 || {};
}); });
}, },