Skip to content

Commit

Permalink
fix(module:tree): remove console.log (#8019)
Browse files Browse the repository at this point in the history
  • Loading branch information
HyperLife1119 committed Jul 21, 2023
1 parent 078aaf9 commit fa0312a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/tree/tree-node.component.ts
Expand Up @@ -361,7 +361,6 @@ export class NzTreeNodeBuiltinComponent implements OnInit, OnChanges, OnDestroy
// clear dragging state
this.draggingKey = null;
this.markForCheck();
console.log('end');
}
});
}
Expand Down

0 comments on commit fa0312a

Please sign in to comment.