aboutsummaryrefslogtreecommitdiffstats
path: root/group.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--group.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/group.c b/group.c
index 19b5963..6e2b7a4 100644
--- a/group.c
+++ b/group.c
@@ -16,7 +16,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $OpenBSD: group.c,v 1.116 2015/08/25 19:49:19 okan Exp $
+ * $OpenBSD: group.c,v 1.117 2015/08/25 19:52:02 okan Exp $
*/
#include <sys/types.h>
@@ -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)