Removed stray logging
This commit is contained in:
@@ -105,9 +105,6 @@
|
||||
},
|
||||
],
|
||||
};},
|
||||
methods: {
|
||||
log: console.log
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
@@ -58,7 +58,7 @@
|
||||
label="Verbal"
|
||||
:input-value="model.verbal"
|
||||
:error-messages="errors.verbal"
|
||||
@change="(value) => log(value)/*$emit('change', {path: ['verbal'], value})*/"
|
||||
@change="(value) => $emit('change', {path: ['verbal'], value})"
|
||||
/>
|
||||
<v-checkbox
|
||||
label="Somatic"
|
||||
@@ -213,9 +213,6 @@
|
||||
},
|
||||
],
|
||||
};},
|
||||
methods: {
|
||||
log: console.log,
|
||||
},
|
||||
};
|
||||
</script>
|
||||
|
||||
|
||||
@@ -49,7 +49,6 @@ export default {
|
||||
this.loading = true;
|
||||
Meteor.users.canPickUsername.call({username}, (error, result) => {
|
||||
this.loading = false;
|
||||
console.log({error, result})
|
||||
if (error){
|
||||
this.valid = false;
|
||||
ack(error.message || error);
|
||||
|
||||
Reference in New Issue
Block a user