projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
57f3a1e
)
Remove debugging in with_delayed_message_display
author
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 24 Oct 2021 21:04:31 +0000
(23:04 +0200)
committer
Lars Ingebrigtsen
<larsi@gnus.org>
Sun, 24 Oct 2021 21:04:31 +0000
(23:04 +0200)
* src/eval.c (with_delayed_message_display): Remove debugging.
src/eval.c
patch
|
blob
|
history
diff --git
a/src/eval.c
b/src/eval.c
index cd451ecff067e4dcc5261335ee78e6e29b29cbcc..110b67b587fdc254cb062135d40b1ce7cfab3f2b 100644
(file)
--- a/
src/eval.c
+++ b/
src/eval.c
@@
-1082,7
+1082,6
@@
usage: (while TEST BODY...) */)
static void
with_delayed_message_display (struct atimer *timer)
{
- printf("Here: %s\n", SDATA (timer->client_data));
message3 (timer->client_data);
}