summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--group.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/group.c b/group.c
index 30a6f53..0857437 100644
--- a/group.c
+++ b/group.c
@@ -132,8 +132,6 @@ group_init(struct screen_ctx *sc, int num)
 	gc->num = num;
 	TAILQ_INIT(&gc->clientq);
 
-	fprintf(stderr, "%d: %s\n", gc->num, gc->name);
-
 	TAILQ_INSERT_TAIL(&sc->groupq, gc, entry);
 
 	if (num == 1)