Jeremy Tuloup преди 5 години
родител
ревизия
212437bada
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  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;