X-Git-Url: https://git.brokenzipper.com/gitweb?a=blobdiff_plain;f=openbox%2Ffocus_cycle.c;h=bd8a08465e95ef47aff9b01df6551441e14f7d37;hb=881a8647d2eb5f13eccda87a712c180fa9e902cf;hp=f8ba8285f3d2341035351ff81afd66d1af5892fd;hpb=220e568d75eaad436be403cd66d4e47d31d42392;p=chaz%2Fopenbox diff --git a/openbox/focus_cycle.c b/openbox/focus_cycle.c index f8ba8285..bd8a0846 100644 --- a/openbox/focus_cycle.c +++ b/openbox/focus_cycle.c @@ -358,9 +358,6 @@ void focus_directional_cycle(ObDirection dir, gboolean dock_windows, static ObClient *first = NULL; ObClient *ft = NULL; - g_print("interactive %d dialog %d done %d cancel %d\n", - interactive, dialog, done, cancel); - if (cancel) { focus_cycle_target = NULL; goto done_cycle;