diff --git a/src/infobar.c b/src/infobar.c index c9e800d..b893ca6 100644 --- a/src/infobar.c +++ b/src/infobar.c @@ -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 diff --git a/src/systray.c b/src/systray.c index 878df78..e6c2b88 100644 --- a/src/systray.c +++ b/src/systray.c @@ -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)