chore: remove unused parameter type definitions (#4607)
This commit is contained in:
parent
6171aecdcd
commit
08e5909659
@ -166,7 +166,7 @@ function insert(child: TestNode, parent: TestElement, ref?: TestNode | null) {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
function remove(child: TestNode, logOp: boolean = true) {
|
function remove(child: TestNode, logOp = true) {
|
||||||
const parent = child.parentNode
|
const parent = child.parentNode
|
||||||
if (parent) {
|
if (parent) {
|
||||||
if (logOp) {
|
if (logOp) {
|
||||||
|
Loading…
Reference in New Issue
Block a user