commit f2152590f18d8258ed545aa6acbf02602180d6e7
parent 0139c17d446fde442f7e1b2a67097806ea66a3ea
Author: Christoph Lohmann <20h@r-36.net>
Date:   Sat, 23 Dec 2017 18:48:01 +0100
Remove debug output.
Diffstat:
1 file changed, 0 insertions(+), 2 deletions(-)
diff --git a/tabbed.c b/tabbed.c
@@ -778,11 +778,9 @@ manage(Window w)
 	/* Adjust sel before focus does set it to lastsel. */
 	if (sel >= nextpos)
 		sel++;
-	printf("nextfocus = %d\n", nextfocus);
 	focus(nextfocus ? nextpos :
 	      sel < 0 ? 0 :
 	      sel);
-	printf("foreground = %d\n", foreground);
 	nextfocus = foreground;
 }