Skip to content

Commit fa0312a

Browse files
fix(module:tree): remove console.log (#8019)
1 parent 078aaf9 commit fa0312a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

components/tree/tree-node.component.ts

-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,6 @@ export class NzTreeNodeBuiltinComponent implements OnInit, OnChanges, OnDestroy
361361
// clear dragging state
362362
this.draggingKey = null;
363363
this.markForCheck();
364-
console.log('end');
365364
}
366365
});
367366
}

0 commit comments

Comments
 (0)