diff options
author | Kim F. Storm <storm@cua.dk> | 2004-03-02 00:15:01 +0000 |
---|---|---|
committer | Kim F. Storm <storm@cua.dk> | 2004-03-02 00:15:01 +0000 |
commit | a7b5a15c8c6f7d94228d5e73befd460916605663 (patch) | |
tree | 5419aa98a21b1f52ed4b389fc7d4051e4b42b4de /lisp/gdb-ui.el | |
parent | d24bc50fceeb268a195d51a1645b393e7435486a (diff) | |
download | emacs-a7b5a15c8c6f7d94228d5e73befd460916605663.tar.gz |
(gdb-mouse-toggle-breakpoint): Remove debug message.
Diffstat (limited to 'lisp/gdb-ui.el')
-rw-r--r-- | lisp/gdb-ui.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/gdb-ui.el b/lisp/gdb-ui.el index 0040fb47f6e..eea22fcf4af 100644 --- a/lisp/gdb-ui.el +++ b/lisp/gdb-ui.el @@ -1087,7 +1087,6 @@ static char *magick[] = { (interactive "e") (mouse-minibuffer-check event) (let ((posn (event-end event))) - (message "pt=%S posn=%S" (posn-point posn) posn) (if (numberp (posn-point posn)) (with-selected-window (posn-window posn) (save-excursion |