mirror of
https://gitlab.com/PronounsPage/PronounsPage.git
synced 2025-09-23 12:43:48 -04:00
clean up old debug code
This commit is contained in:
parent
cdc83c47c1
commit
d0b39b7f84
@ -183,7 +183,6 @@
|
||||
edit(source) {
|
||||
this.submitShown = true;
|
||||
this.$nextTick(() => {
|
||||
console.log(this.$refs);
|
||||
this.$refs.form.edit(source)
|
||||
});
|
||||
}
|
||||
|
@ -446,8 +446,6 @@ export class Pronoun {
|
||||
}
|
||||
}
|
||||
|
||||
console.log(data);
|
||||
|
||||
if (config.pronouns.plurals) {
|
||||
extraFields += 1;
|
||||
if (![0, 1].includes(parseInt(data[MORPHEMES.length]))) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user