[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[elpa] externals/dape 4fb5a99778 1/3: Remove invalid todo
From: |
ELPA Syncer |
Subject: |
[elpa] externals/dape 4fb5a99778 1/3: Remove invalid todo |
Date: |
Wed, 11 Sep 2024 15:57:51 -0400 (EDT) |
branch: externals/dape
commit 4fb5a99778563ded39306f3038475f52ba86fce4
Author: Daniel Pettersson <daniel@dpettersson.net>
Commit: Daniel Pettersson <daniel@dpettersson.net>
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))