diff --git a/src/pager.c b/src/pager.c index ac726b73..1eb73a15 100644 --- a/src/pager.c +++ b/src/pager.c @@ -40,7 +40,7 @@ #include "tooltips.h" #include "xwin.h" -#define DEBUG_PAGER 1 +#define DEBUG_PAGER 0 #if DEBUG_PAGER #define Dprintf(fmt...) if(EDebug(EDBUG_TYPE_PAGER))Eprintf(fmt) #else