clean up old debug code

This commit is contained in:
Andrea Vos 2021-04-12 19:30:21 +00:00
parent cdc83c47c1
commit d0b39b7f84
2 changed files with 0 additions and 3 deletions

View File

@ -183,7 +183,6 @@
edit(source) {
this.submitShown = true;
this.$nextTick(() => {
console.log(this.$refs);
this.$refs.form.edit(source)
});
}

View File

@ -446,8 +446,6 @@ export class Pronoun {
}
}
console.log(data);
if (config.pronouns.plurals) {
extraFields += 1;
if (![0, 1].includes(parseInt(data[MORPHEMES.length]))) {