Remove debug puts
This commit is contained in:
parent
2eba3ccc64
commit
4d09fae65b
@ -178,7 +178,6 @@ infobar_elem_status_update(struct element *e)
|
||||
status_render(&e->infobar->statusctx);
|
||||
status_copy_mousebind(&e->infobar->statusctx);
|
||||
}
|
||||
puts("status");
|
||||
}
|
||||
|
||||
static void
|
||||
|
||||
@ -185,7 +185,6 @@ systray_update(void)
|
||||
{
|
||||
W->systray.redim = false;
|
||||
infobar_elem_reinit(W->systray.infobar);
|
||||
puts("update");
|
||||
}
|
||||
|
||||
SLIST_FOREACH(i, &W->systray.head, next)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user