From: Gerd Moellmann Date: Tue, 30 Oct 2001 16:38:10 +0000 (+0000) Subject: (read1): Remove debugging code. X-Git-Tag: ttn-vms-21-2-B4~19000 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=f2c41cc0baf744f2cff662686cf5b05ba024ce65;p=emacs.git (read1): Remove debugging code. --- diff --git a/src/lread.c b/src/lread.c index 072de3a98ec..93fe9a9672f 100644 --- a/src/lread.c +++ b/src/lread.c @@ -2239,9 +2239,6 @@ read1 (readcharfun, pch, first_in_list) if (c < 0) end_of_file_error (); - if (p - read_buffer == 24183) - fprintf (stderr, "hello\n"); - /* If purifying, and string starts with \ newline, return zero instead. This is for doc strings that we are really going to find in etc/DOC.nn.nn */