Explorar el Código

Removes reogue debugger statement

main
Eric Amodio hace 2 años
padre
commit
720f6f44e6
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      src/views/nodes/branchNode.ts

+ 0
- 1
src/views/nodes/branchNode.ts Ver fichero

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

Cargando…
Cancelar
Guardar