branch: externals/dape
commit 4fb5a99778563ded39306f3038475f52ba86fce4
Author: Daniel Pettersson <[email protected]>
Commit: Daniel Pettersson <[email protected]>
Remove invalid todo
---
dape.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/dape.el b/dape.el
index 5a84af9922..ae8ac3446c 100644
--- a/dape.el
+++ b/dape.el
@@ -4084,7 +4084,6 @@ current buffer with CONN config."
;; supporting it.
((&key dataId description accessTypes &allow-other-keys) error)
(dape-request conn "dataBreakpointInfo"
- ;; TODO Find and test
(if (eq dape--info-ref 'watch)
(list :name name
:frameId (plist-get (dape--current-stack-frame
conn) :id))