mirror of
https://github.com/Qortal/Qortal-Hub.git
synced 2025-04-23 19:37:52 +00:00
remove log
This commit is contained in:
parent
5d8a0924c3
commit
cad1072035
@ -56,7 +56,6 @@ class RandomSentenceGenerator extends LitElement {
|
|||||||
|
|
||||||
|
|
||||||
firstUpdated() {
|
firstUpdated() {
|
||||||
console.log('this.template', this.template)
|
|
||||||
// ...
|
// ...
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -74,7 +73,6 @@ class RandomSentenceGenerator extends LitElement {
|
|||||||
const wl = { ...this._wordlists }
|
const wl = { ...this._wordlists }
|
||||||
|
|
||||||
for (const partOfSpeech in this._wordlists) {
|
for (const partOfSpeech in this._wordlists) {
|
||||||
console.log(this._wordlists[partOfSpeech])
|
|
||||||
if (Array.isArray(this._wordlists[partOfSpeech])) {
|
if (Array.isArray(this._wordlists[partOfSpeech])) {
|
||||||
wl[partOfSpeech] = this._wordlists[partOfSpeech].filter(word => word.length <= this.maxWordLength)
|
wl[partOfSpeech] = this._wordlists[partOfSpeech].filter(word => word.length <= this.maxWordLength)
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user