Explorar el Código

remove debug code

Davide Alberani hace 7 años
padre
commit
e539f96e8a
Se han modificado 1 ficheros con 0 adiciones y 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 || {};
             });
         },