소스 검색

Remove TODO

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;