branch: externals/realgud
commit 9f9c7726311e486b927c51931a4e821fd730726a
Author: rocky <[email protected]>
Commit: rocky <[email protected]>
Remove debug message
---
test/bt-helper.el | 1 -
1 file changed, 1 deletion(-)
diff --git a/test/bt-helper.el b/test/bt-helper.el
index 5ae0a2a..a35b367 100644
--- a/test/bt-helper.el
+++ b/test/bt-helper.el
@@ -41,7 +41,6 @@ for DEBUGGER-NAME and initializes it to STRING"
(goto-char (point-min))
(setq buffer-read-only nil)
(insert string)
- (message "%s" emacs-version)
(font-lock-ensure)
;; Newer emacs's use:
(goto-char (point-min))