zap leftover debug printf

This commit is contained in:
okan 2013-05-02 19:41:52 +00:00
parent 9de81f3d2e
commit 0d209028be

1
menu.c
View File

@ -165,7 +165,6 @@ menu_filter(struct screen_ctx *sc, struct menu_q *menuq, char *prompt,
goto out;
/* FALLTHROUGH */
case Expose:
fprintf(stderr, "expose\n");
menu_draw(sc, &mc, menuq, &resultq);
break;
case MotionNotify: