浏览代码

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;