Przeglądaj źródła

Removes reogue debugger statement

main
Eric Amodio 2 lat temu
rodzic
commit
720f6f44e6
1 zmienionych plików z 0 dodań i 1 usunięć
  1. +0
    -1
      src/views/nodes/branchNode.ts

+ 0
- 1
src/views/nodes/branchNode.ts Wyświetl plik

@ -462,7 +462,6 @@ export class BranchNode
@gate()
@debug()
override refresh(reset?: boolean) {
debugger;
this._children = undefined;
if (reset) {
this._log = undefined;

Ładowanie…
Anuluj
Zapisz