1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-17 17:58:46 +00:00

Remove debugging code.

This commit is contained in:
Gerd Moellmann 2001-03-30 18:44:37 +00:00
parent b2046df875
commit 1c76939805

View File

@ -2678,7 +2678,6 @@ handle_display_prop (it)
{
for (; CONSP (prop); prop = XCDR (prop))
{
debug_print (XCAR (prop));
if (handle_single_display_prop (it, XCAR (prop), object,
position, display_replaced_p))
display_replaced_p = 1;