remove debug
parent
226ccb6ffd
commit
7a25bd1ca1
|
@ -637,11 +637,9 @@ class Tool {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log('>>>>')
|
|
||||||
if (isParagraph) {
|
if (isParagraph) {
|
||||||
html += '</p>'
|
html += '</p>'
|
||||||
}
|
}
|
||||||
console.log(html)
|
|
||||||
delete this.list
|
delete this.list
|
||||||
delete this.__LINKS__
|
delete this.__LINKS__
|
||||||
return html.trim()
|
return html.trim()
|
||||||
|
|
Loading…
Reference in New Issue