remove printf()

This commit is contained in:
Julien Danjou 2008-01-28 12:05:23 +01:00
parent d48ad7e10a
commit 9733c6955c
1 changed files with 0 additions and 1 deletions

View File

@ -128,7 +128,6 @@ uicb_client_movemouse(int screen, char *arg __attribute__ ((unused)))
if((target = get_client_bywin(globalconf.clients, child)) if((target = get_client_bywin(globalconf.clients, child))
&& target != c) && target != c)
{ {
printf("swapping 0x%x 0x%d [%s] [%s]\n", c, target, c->name, target->name);
client_list_swap(&globalconf.clients, c, target); client_list_swap(&globalconf.clients, c, target);
globalconf.screens[c->screen].need_arrange = True; globalconf.screens[c->screen].need_arrange = True;
layout_refresh(); layout_refresh();