Explorar o código

remove debug code

Davide Alberani %!s(int64=7) %!d(string=hai) anos
pai
achega
e539f96e8a
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      src/User.vue

+ 0 - 1
src/User.vue

@@ -60,7 +60,6 @@ export default {
             }, (response) => {
                 this.$refs.dialogObj.show({text: 'unable to get user'});
             }).then((data) => {
-                console.log(data);
                 this.user = data || {};
             });
         },