]> granicus.if.org Git - neomutt/commitdiff
fix: remove stray line introduced by pager fix
authorRichard Russon <rich@flatcap.org>
Mon, 24 Oct 2016 22:03:15 +0000 (23:03 +0100)
committerRichard Russon <rich@flatcap.org>
Mon, 24 Oct 2016 22:03:15 +0000 (23:03 +0100)
pager.c

diff --git a/pager.c b/pager.c
index 04f1cdee206650a3740bfd72e2587b01e26719d7..7a02f94028af8582f925ad919ec2b7ff8d17ea8b 100644 (file)
--- a/pager.c
+++ b/pager.c
@@ -1888,7 +1888,6 @@ mutt_pager (const char *banner, const char *fname, int flags, pager_t *extra)
 #endif
 
     if ((redraw & REDRAW_BODY) || topline != oldtopline)
-             dprint (1, (debugfile, "%p %p\n", extra->hdr, Context->hdrs[Context->v2r[index->current]]));
     {
       do {
         mutt_window_move (pager_window, 0, 0);