remove most of the debug code: often makes the code unreadable, for little
[apps/madmutt.git] / lib-ui / curs_main.c
index 5b40ceb..7b5b5ee 100644 (file)
@@ -26,7 +26,6 @@
 #include <lib-lib/str.h>
 #include <lib-lib/macros.h>
 #include <lib-lib/mapping.h>
-#include <lib-lib/debug.h>
 
 #include <pop/pop.h>
 
@@ -605,8 +604,6 @@ int mutt_index_menu (void)
 
       op = km_dokey (MENU_MAIN);
 
-      debug_print (4, ("Got op %d\n", op));
-
       if (op == -1)
         continue;               /* either user abort or timeout */