Jeremy Tuloup 5 rokov pred
rodič
commit
212437bada
1 zmenil súbory, kde vykonal 0 pridanie a 1 odobranie
  1. 0 1
      src/handlers/cell.ts

+ 0 - 1
src/handlers/cell.ts

@@ -167,7 +167,6 @@ export class CellManager implements IDisposable {
   }
 
   protected sendEditorBreakpoints() {
-    // TODO: put behind a Debouncer / ActivityMonitor
     const cell = this.activeCell;
     if (!cell || !cell.editor) {
       return;