]> git.ipfire.org Git - thirdparty/vuejs/core.git/commitdiff
chore: remove unused parameter type definitions (#4607)
authortryag <40431305+Notryag@users.noreply.github.com>
Tue, 21 Sep 2021 16:35:11 +0000 (00:35 +0800)
committerGitHub <noreply@github.com>
Tue, 21 Sep 2021 16:35:11 +0000 (12:35 -0400)
packages/runtime-test/src/nodeOps.ts

index a752711518180ad5098b1c1b937c5e048e887f8e..d844176a59f091b4edf434785c1452a1d324c537 100644 (file)
@@ -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
   if (parent) {
     if (logOp) {